Html Css Color HEX #665600 Raw Umber

📋 copy color: '#665600'

red 102 ◦ green 86 ◦ blue 0

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

Shades of Raw Umber #665600

Tints of Raw Umber #665600

RGB

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

 GREEN value IS 86 (33.98% from 255) = 45.74%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 54.26%
G = 45.74%
B = 0%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 1

 K value IS 0.6

RGB Variations

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

Color information

#665600 (or 0x665600) is known color: Raw Umber. HEX triplet: 66, 56 and 00. RGB value is (102,86,0). Sum of RGB (Red+Green+Blue) = 102+86+0=188 (24% of max value = 765). Red value is 102 (40.23% from 255 or 54.26% from 188); Green value is 86 (33.98% from 255 or 45.74% from 188); Blue value is 0 (0.39% from 255 or 0% from 188); Max value from RGB is 102 - color contains mainly: red. Hex color #665600 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #665600 is #99A9FF. Grayscale: #515151. Windows color (decimal): -10070528 or 22118. OLE color: 22118.

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

Color convert

RGB 102 86 0 -
CMYK 0 0.16 1 0.6
HSL 50.59º 1% 0.2% -
HSV(B) 50.59º 1% 0.4% -
XYZ 8.81 9.48 1.37 -
YUV 80.98 82.3 142.99 -
System Red Green Blue C M Y K H S L
Decimal 102 86 0 0 0.16 1 0.6 50.59 1 0.2
Hex 66 56 0 0 10 64 3C 33 64 14
Octal 146 126 0 0 20 144 74 63 144 24
Binary 1100110 1010110 0 0 10000 1100100 111100 110011 1100100 10100

Color Harmonies of #665600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665600

Black with #665600

Text Example


Text Example

White with #665600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665600; }

 p { color: rgb(102,86,0); }

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

background-color css

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

 a { background-color: rgb(102,86,0); }

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

border-color css

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

 span { border-color: rgb(102,86,0); }

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