Html Css Color HEX #664C0D Raw Umber

📋 copy color: '#664C0D'

red 102 ◦ green 76 ◦ blue 13

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

Shades of Raw Umber #664C0D

Tints of Raw Umber #664C0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 6.81%

R = 53.4%
G = 39.79%
B = 6.81%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.87

 K value IS 0.6

RGB Variations

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

Color information

#664C0D (or 0x664C0D) is known color: Raw Umber. HEX triplet: 66, 4C and 0D. RGB value is (102,76,13). Sum of RGB (Red+Green+Blue) = 102+76+13=191 (25% of max value = 765). Red value is 102 (40.23% from 255 or 53.40% from 191); Green value is 76 (30.08% from 255 or 39.79% from 191); Blue value is 13 (5.47% from 255 or 6.81% from 191); Max value from RGB is 102 - color contains mainly: red. Hex color #664C0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #664C0D is #99B3F2. Grayscale: #4C4C4C. Windows color (decimal): -10073075 or 871526. OLE color: 871526.

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

Color convert

RGB 102 76 13 -
CMYK 0 0.25 0.87 0.6
HSL 42.47º 0.77% 0.23% -
HSV(B) 42.47º 0.87% 0.4% -
XYZ 8.14 8.02 1.5 -
YUV 76.59 92.11 146.12 -
System Red Green Blue C M Y K H S L
Decimal 102 76 13 0 0.25 0.87 0.6 42.47 0.77 0.23
Hex 66 4C D 0 19 57 3C 2A 4D 17
Octal 146 114 15 0 31 127 74 52 115 27
Binary 1100110 1001100 1101 0 11001 1010111 111100 101010 1001101 10111

Color Harmonies of #664C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664C0D

Black with #664C0D

Text Example


Text Example

White with #664C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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