Html Css Color HEX #665508 Raw Umber

📋 copy color: '#665508'

red 102 ◦ green 85 ◦ blue 8

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

Shades of Raw Umber #665508

Tints of Raw Umber #665508

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 4.1%

R = 52.31%
G = 43.59%
B = 4.1%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.92

 K value IS 0.6

RGB Variations

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

Color information

#665508 (or 0x665508) is known color: Raw Umber. HEX triplet: 66, 55 and 08. RGB value is (102,85,8). Sum of RGB (Red+Green+Blue) = 102+85+8=195 (25% of max value = 765). Red value is 102 (40.23% from 255 or 52.31% from 195); Green value is 85 (33.59% from 255 or 43.59% from 195); Blue value is 8 (3.52% from 255 or 4.10% from 195); Max value from RGB is 102 - color contains mainly: red. Hex color #665508 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #665508 is #99AAF7. Grayscale: #515151. Windows color (decimal): -10070776 or 546150. OLE color: 546150.

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

Color convert

RGB 102 85 8 -
CMYK 0 0.17 0.92 0.6
HSL 49.15º 0.85% 0.22% -
HSV(B) 49.15º 0.92% 0.4% -
XYZ 8.77 9.34 1.57 -
YUV 81.31 86.63 142.76 -
System Red Green Blue C M Y K H S L
Decimal 102 85 8 0 0.17 0.92 0.6 49.15 0.85 0.22
Hex 66 55 8 0 11 5C 3C 31 55 16
Octal 146 125 10 0 21 134 74 61 125 26
Binary 1100110 1010101 1000 0 10001 1011100 111100 110001 1010101 10110

Color Harmonies of #665508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665508

Black with #665508

Text Example


Text Example

White with #665508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665508; }

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

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

background-color css

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

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

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

border-color css

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

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

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