Html Css Color HEX #665010 Raw Umber

📋 copy color: '#665010'

red 102 ◦ green 80 ◦ blue 16

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

Shades of Raw Umber #665010

Tints of Raw Umber #665010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 8.08%

R = 51.52%
G = 40.4%
B = 8.08%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.84

 K value IS 0.6

RGB Variations

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

Color information

#665010 (or 0x665010) is known color: Raw Umber. HEX triplet: 66, 50 and 10. RGB value is (102,80,16). Sum of RGB (Red+Green+Blue) = 102+80+16=198 (26% of max value = 765). Red value is 102 (40.23% from 255 or 51.52% from 198); Green value is 80 (31.64% from 255 or 40.40% from 198); Blue value is 16 (6.64% from 255 or 8.08% from 198); Max value from RGB is 102 - color contains mainly: red. Hex color #665010 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #665010 is #99AFEF. Grayscale: #4F4F4F. Windows color (decimal): -10072048 or 1069158. OLE color: 1069158.

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

Color convert

RGB 102 80 16 -
CMYK 0 0.22 0.84 0.6
HSL 44.65º 0.73% 0.23% -
HSV(B) 44.65º 0.84% 0.4% -
XYZ 8.44 8.6 1.71 -
YUV 79.28 92.29 144.2 -
System Red Green Blue C M Y K H S L
Decimal 102 80 16 0 0.22 0.84 0.6 44.65 0.73 0.23
Hex 66 50 10 0 16 54 3C 2D 49 17
Octal 146 120 20 0 26 124 74 55 111 27
Binary 1100110 1010000 10000 0 10110 1010100 111100 101101 1001001 10111

Color Harmonies of #665010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665010

Black with #665010

Text Example


Text Example

White with #665010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665010; }

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

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

background-color css

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

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

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

border-color css

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

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

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