Html Css Color HEX #664C0C Raw Umber

📋 copy color: '#664C0C'

red 102 ◦ green 76 ◦ blue 12

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

Shades of Raw Umber #664C0C

Tints of Raw Umber #664C0C

RGB

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

 GREEN value IS 76 (30.08% from 255) = 40%

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

R = 53.68%
G = 40%
B = 6.32%

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

#664C0C (or 0x664C0C) is known color: Raw Umber. HEX triplet: 66, 4C and 0C. RGB value is (102,76,12). Sum of RGB (Red+Green+Blue) = 102+76+12=190 (25% of max value = 765). Red value is 102 (40.23% from 255 or 53.68% from 190); Green value is 76 (30.08% from 255 or 40% from 190); Blue value is 12 (5.08% from 255 or 6.32% from 190); Max value from RGB is 102 - color contains mainly: red. Hex color #664C0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #664C0C is #99B3F3. Grayscale: #4C4C4C. Windows color (decimal): -10073076 or 805990. OLE color: 805990.

HSL color Cylindrical-coordinate representation of color #664C0C: hue angle of 42.67º 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 #664C0C is Cyan = 0, Magento = 0.25, Yellow = 0.88 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 76 12 -
CMYK 0 0.25 0.88 0.6
HSL 42.67º 0.79% 0.22% -
HSV(B) 42.67º 0.88% 0.4% -
XYZ 8.13 8.02 1.47 -
YUV 76.48 91.61 146.2 -
System Red Green Blue C M Y K H S L
Decimal 102 76 12 0 0.25 0.88 0.6 42.67 0.79 0.22
Hex 66 4C C 0 19 58 3C 2B 4F 16
Octal 146 114 14 0 31 130 74 53 117 26
Binary 1100110 1001100 1100 0 11001 1011000 111100 101011 1001111 10110

Color Harmonies of #664C0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664C0C

Black with #664C0C

Text Example


Text Example

White with #664C0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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