Html Css Color HEX #664D0C Raw Umber

📋 copy color: '#664D0C'

red 102 ◦ green 77 ◦ blue 12

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

Shades of Raw Umber #664D0C

Tints of Raw Umber #664D0C

RGB

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

 GREEN value IS 77 (30.47% from 255) = 40.31%

 BLUE value IS 12 (5.08% from 255) = 6.28%

R = 53.4%
G = 40.31%
B = 6.28%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.88

 K value IS 0.6

RGB Variations

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

Color information

#664D0C (or 0x664D0C) is known color: Raw Umber. HEX triplet: 66, 4D and 0C. RGB value is (102,77,12). Sum of RGB (Red+Green+Blue) = 102+77+12=191 (25% of max value = 765). Red value is 102 (40.23% from 255 or 53.40% from 191); Green value is 77 (30.47% from 255 or 40.31% from 191); Blue value is 12 (5.08% from 255 or 6.28% from 191); Max value from RGB is 102 - color contains mainly: red. Hex color #664D0C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #664D0C is #99B2F3. Grayscale: #4D4D4D. Windows color (decimal): -10072820 or 806246. OLE color: 806246.

HSL color Cylindrical-coordinate representation of color #664D0C: hue angle of 43.33º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #664D0C is Cyan = 0, Magento = 0.25, Yellow = 0.88 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 77 12 -
CMYK 0 0.25 0.88 0.6
HSL 43.33º 0.79% 0.22% -
HSV(B) 43.33º 0.88% 0.4% -
XYZ 8.2 8.16 1.49 -
YUV 77.07 91.28 145.79 -
System Red Green Blue C M Y K H S L
Decimal 102 77 12 0 0.25 0.88 0.6 43.33 0.79 0.22
Hex 66 4D C 0 19 58 3C 2B 4F 16
Octal 146 115 14 0 31 130 74 53 117 26
Binary 1100110 1001101 1100 0 11001 1011000 111100 101011 1001111 10110

Color Harmonies of #664D0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664D0C

Black with #664D0C

Text Example


Text Example

White with #664D0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664D0C; }

 p { color: rgb(102,77,12); }

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

background-color css

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

 a { background-color: rgb(102,77,12); }

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

border-color css

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

 span { border-color: rgb(102,77,12); }

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