Html Css Color HEX #665504 Raw Umber

📋 copy color: '#665504'

red 102 ◦ green 85 ◦ blue 4

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

Shades of Raw Umber #665504

Tints of Raw Umber #665504

RGB

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

 GREEN value IS 85 (33.59% from 255) = 44.5%

 BLUE value IS 4 (1.95% from 255) = 2.09%

R = 53.4%
G = 44.5%
B = 2.09%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.96

 K value IS 0.6

RGB Variations

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

Color information

#665504 (or 0x665504) is known color: Raw Umber. HEX triplet: 66, 55 and 04. RGB value is (102,85,4). Sum of RGB (Red+Green+Blue) = 102+85+4=191 (25% of max value = 765). Red value is 102 (40.23% from 255 or 53.40% from 191); Green value is 85 (33.59% from 255 or 44.50% from 191); Blue value is 4 (1.95% from 255 or 2.09% from 191); Max value from RGB is 102 - color contains mainly: red. Hex color #665504 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #665504 is #99AAFB. Grayscale: #515151. Windows color (decimal): -10070780 or 284006. OLE color: 284006.

HSL color Cylindrical-coordinate representation of color #665504: hue angle of 49.59º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #665504 is Cyan = 0, Magento = 0.17, Yellow = 0.96 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 85 4 -
CMYK 0 0.17 0.96 0.6
HSL 49.59º 0.92% 0.21% -
HSV(B) 49.59º 0.96% 0.4% -
XYZ 8.75 9.33 1.45 -
YUV 80.85 84.63 143.09 -
System Red Green Blue C M Y K H S L
Decimal 102 85 4 0 0.17 0.96 0.6 49.59 0.92 0.21
Hex 66 55 4 0 11 60 3C 32 5C 15
Octal 146 125 4 0 21 140 74 62 134 25
Binary 1100110 1010101 100 0 10001 1100000 111100 110010 1011100 10101

Color Harmonies of #665504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665504

Black with #665504

Text Example


Text Example

White with #665504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665504; }

 p { color: rgb(102,85,4); }

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

background-color css

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

 a { background-color: rgb(102,85,4); }

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

border-color css

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

 span { border-color: rgb(102,85,4); }

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