Html Css Color HEX #665212 Raw Umber

📋 copy color: '#665212'

red 102 ◦ green 82 ◦ blue 18

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

Shades of Raw Umber #665212

Tints of Raw Umber #665212

RGB

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

 GREEN value IS 82 (32.42% from 255) = 40.59%

 BLUE value IS 18 (7.42% from 255) = 8.91%

R = 50.5%
G = 40.59%
B = 8.91%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.82

 K value IS 0.6

RGB Variations

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

Color information

#665212 (or 0x665212) is known color: Raw Umber. HEX triplet: 66, 52 and 12. RGB value is (102,82,18). Sum of RGB (Red+Green+Blue) = 102+82+18=202 (26% of max value = 765). Red value is 102 (40.23% from 255 or 50.50% from 202); Green value is 82 (32.42% from 255 or 40.59% from 202); Blue value is 18 (7.42% from 255 or 8.91% from 202); Max value from RGB is 102 - color contains mainly: red. Hex color #665212 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #665212 is #99ADED. Grayscale: #505050. Windows color (decimal): -10071534 or 1200742. OLE color: 1200742.

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

Color convert

RGB 102 82 18 -
CMYK 0 0.20 0.82 0.6
HSL 45.71º 0.7% 0.24% -
HSV(B) 45.71º 0.82% 0.4% -
XYZ 8.61 8.9 1.84 -
YUV 80.68 92.63 143.2 -
System Red Green Blue C M Y K H S L
Decimal 102 82 18 0 0.20 0.82 0.6 45.71 0.7 0.24
Hex 66 52 12 0 14 52 3C 2E 46 18
Octal 146 122 22 0 24 122 74 56 106 30
Binary 1100110 1010010 10010 0 10100 1010010 111100 101110 1000110 11000

Color Harmonies of #665212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665212

Black with #665212

Text Example


Text Example

White with #665212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665212; }

 p { color: rgb(102,82,18); }

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

background-color css

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

 a { background-color: rgb(102,82,18); }

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

border-color css

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

 span { border-color: rgb(102,82,18); }

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