Html Css Color HEX #665016 Raw Umber

📋 copy color: '#665016'

red 102 ◦ green 80 ◦ blue 22

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

Shades of Raw Umber #665016

Tints of Raw Umber #665016

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 10.78%

R = 50%
G = 39.22%
B = 10.78%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.78

 K value IS 0.6

RGB Variations

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

Color information

#665016 (or 0x665016) is known color: Raw Umber. HEX triplet: 66, 50 and 16. RGB value is (102,80,22). Sum of RGB (Red+Green+Blue) = 102+80+22=204 (27% of max value = 765). Red value is 102 (40.23% from 255 or 50% from 204); Green value is 80 (31.64% from 255 or 39.22% from 204); Blue value is 22 (8.98% from 255 or 10.78% from 204); Max value from RGB is 102 - color contains mainly: red. Hex color #665016 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #665016 is #99AFE9. Grayscale: #505050. Windows color (decimal): -10072042 or 1462374. OLE color: 1462374.

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

Color convert

RGB 102 80 22 -
CMYK 0 0.22 0.78 0.6
HSL 43.5º 0.65% 0.24% -
HSV(B) 43.5º 0.78% 0.4% -
XYZ 8.49 8.62 1.98 -
YUV 79.97 95.29 143.72 -
System Red Green Blue C M Y K H S L
Decimal 102 80 22 0 0.22 0.78 0.6 43.5 0.65 0.24
Hex 66 50 16 0 16 4E 3C 2C 41 18
Octal 146 120 26 0 26 116 74 54 101 30
Binary 1100110 1010000 10110 0 10110 1001110 111100 101100 1000001 11000

Color Harmonies of #665016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665016

Black with #665016

Text Example


Text Example

White with #665016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665016; }

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

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

background-color css

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

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

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

border-color css

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

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

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