Html Css Color HEX #665008 Raw Umber

📋 copy color: '#665008'

red 102 ◦ green 80 ◦ blue 8

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

Shades of Raw Umber #665008

Tints of Raw Umber #665008

RGB

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

 GREEN value IS 80 (31.64% from 255) = 42.11%

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

R = 53.68%
G = 42.11%
B = 4.21%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.92

 K value IS 0.6

RGB Variations

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

Color information

#665008 (or 0x665008) is known color: Raw Umber. HEX triplet: 66, 50 and 08. RGB value is (102,80,8). Sum of RGB (Red+Green+Blue) = 102+80+8=190 (25% of max value = 765). Red value is 102 (40.23% from 255 or 53.68% from 190); Green value is 80 (31.64% from 255 or 42.11% from 190); Blue value is 8 (3.52% from 255 or 4.21% from 190); Max value from RGB is 102 - color contains mainly: red. Hex color #665008 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #665008 is #99AFF7. Grayscale: #4E4E4E. Windows color (decimal): -10072056 or 544870. OLE color: 544870.

HSL color Cylindrical-coordinate representation of color #665008: hue angle of 45.96º 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 #665008 is Cyan = 0, Magento = 0.22, Yellow = 0.92 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 80 8 -
CMYK 0 0.22 0.92 0.6
HSL 45.96º 0.85% 0.22% -
HSV(B) 45.96º 0.92% 0.4% -
XYZ 8.39 8.58 1.44 -
YUV 78.37 88.29 144.85 -
System Red Green Blue C M Y K H S L
Decimal 102 80 8 0 0.22 0.92 0.6 45.96 0.85 0.22
Hex 66 50 8 0 16 5C 3C 2E 55 16
Octal 146 120 10 0 26 134 74 56 125 26
Binary 1100110 1010000 1000 0 10110 1011100 111100 101110 1010101 10110

Color Harmonies of #665008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665008

Black with #665008

Text Example


Text Example

White with #665008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665008; }

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

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

background-color css

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

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

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

border-color css

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

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

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