Html Css Color HEX #664B0C Raw Umber

📋 copy color: '#664B0C'

red 102 ◦ green 75 ◦ blue 12

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

Shades of Raw Umber #664B0C

Tints of Raw Umber #664B0C

RGB

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

 GREEN value IS 75 (29.69% from 255) = 39.68%

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

R = 53.97%
G = 39.68%
B = 6.35%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.88

 K value IS 0.6

RGB Variations

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

Color information

#664B0C (or 0x664B0C) is known color: Raw Umber. HEX triplet: 66, 4B and 0C. RGB value is (102,75,12). Sum of RGB (Red+Green+Blue) = 102+75+12=189 (25% of max value = 765). Red value is 102 (40.23% from 255 or 53.97% from 189); Green value is 75 (29.69% from 255 or 39.68% from 189); Blue value is 12 (5.08% from 255 or 6.35% from 189); Max value from RGB is 102 - color contains mainly: red. Hex color #664B0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #664B0C is #99B4F3. Grayscale: #4C4C4C. Windows color (decimal): -10073332 or 805734. OLE color: 805734.

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

Color convert

RGB 102 75 12 -
CMYK 0 0.26 0.88 0.6
HSL 42º 0.79% 0.22% -
HSV(B) 42º 0.88% 0.4% -
XYZ 8.06 7.88 1.44 -
YUV 75.89 91.95 146.62 -
System Red Green Blue C M Y K H S L
Decimal 102 75 12 0 0.26 0.88 0.6 42 0.79 0.22
Hex 66 4B C 0 1A 58 3C 2A 4F 16
Octal 146 113 14 0 32 130 74 52 117 26
Binary 1100110 1001011 1100 0 11010 1011000 111100 101010 1001111 10110

Color Harmonies of #664B0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664B0C

Black with #664B0C

Text Example


Text Example

White with #664B0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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