Html Css Color HEX #664C0B Raw Umber

📋 copy color: '#664C0B'

red 102 ◦ green 76 ◦ blue 11

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

Shades of Raw Umber #664C0B

Tints of Raw Umber #664C0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 5.82%

R = 53.97%
G = 40.21%
B = 5.82%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.89

 K value IS 0.6

RGB Variations

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

Color information

#664C0B (or 0x664C0B) is known color: Raw Umber. HEX triplet: 66, 4C and 0B. RGB value is (102,76,11). Sum of RGB (Red+Green+Blue) = 102+76+11=189 (25% of max value = 765). Red value is 102 (40.23% from 255 or 53.97% from 189); Green value is 76 (30.08% from 255 or 40.21% from 189); Blue value is 11 (4.69% from 255 or 5.82% from 189); Max value from RGB is 102 - color contains mainly: red. Hex color #664C0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #664C0B is #99B3F4. Grayscale: #4C4C4C. Windows color (decimal): -10073077 or 740454. OLE color: 740454.

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

Color convert

RGB 102 76 11 -
CMYK 0 0.25 0.89 0.6
HSL 42.86º 0.81% 0.22% -
HSV(B) 42.86º 0.89% 0.4% -
XYZ 8.12 8.02 1.44 -
YUV 76.36 91.11 146.29 -
System Red Green Blue C M Y K H S L
Decimal 102 76 11 0 0.25 0.89 0.6 42.86 0.81 0.22
Hex 66 4C B 0 19 59 3C 2B 51 16
Octal 146 114 13 0 31 131 74 53 121 26
Binary 1100110 1001100 1011 0 11001 1011001 111100 101011 1010001 10110

Color Harmonies of #664C0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664C0B

Black with #664C0B

Text Example


Text Example

White with #664C0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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