Html Css Color HEX #665C01 Raw Umber

📋 copy color: '#665C01'

red 102 ◦ green 92 ◦ blue 1

#665C01
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Raw Umber #665C01

Tints of Raw Umber #665C01

RGB

 RED value IS 102 (40.23% from 255) = 52.31%

 GREEN value IS 92 (36.33% from 255) = 47.18%

 BLUE value IS 1 (0.78% from 255) = 0.51%

R = 52.31%
G = 47.18%
B = 0.51%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.99

 K value IS 0.6

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#665C01 (or 0x665C01) is known color: Raw Umber. HEX triplet: 66, 5C and 01. RGB value is (102,92,1). Sum of RGB (Red+Green+Blue) = 102+92+1=195 (25% of max value = 765). Red value is 102 (40.23% from 255 or 52.31% from 195); Green value is 92 (36.33% from 255 or 47.18% from 195); Blue value is 1 (0.78% from 255 or 0.51% from 195); Max value from RGB is 102 - color contains mainly: red. Hex color #665C01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #665C01 is #99A3FE. Grayscale: #545454. Windows color (decimal): -10068991 or 89190. OLE color: 89190.

HSL color Cylindrical-coordinate representation of color #665C01: hue angle of 54.06º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #665C01 is Cyan = 0, Magento = 0.10, Yellow = 0.99 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 92 1 -
CMYK 0 0.10 0.99 0.6
HSL 54.06º 0.98% 0.2% -
HSV(B) 54.06º 0.99% 0.4% -
XYZ 9.31 10.48 1.56 -
YUV 84.62 80.81 140.4 -
System Red Green Blue C M Y K H S L
Decimal 102 92 1 0 0.10 0.99 0.6 54.06 0.98 0.2
Hex 66 5C 1 0 A 63 3C 36 62 14
Octal 146 134 1 0 12 143 74 66 142 24
Binary 1100110 1011100 1 0 1010 1100011 111100 110110 1100010 10100

Color Harmonies of #665C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665C01

Black with #665C01

Text Example


Text Example

White with #665C01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665C01; }

 p { color: rgb(102,92,1); }

 H1.HeaderClassName
 {
   color: #665C01;
 }
 .AnyTagClassName
 {
   color: #665C01;
 }
</style>

background-color css

<style>
 a { background-color: #665C01; }

 a { background-color: rgb(102,92,1); }

 div.DivClassName
 {
   background-color: #665C01;
 }
 .BgClassName
 {
   background-color: #665C01;
 }
</style>

border-color css

<style>
 span { border-color: #665C01; }

 span { border-color: rgb(102,92,1); }

 td.TdClassName
 {
   border-color: #665C01;
 }
 .TagClassName
 {
   border-color: #665C01;
 }
</style>