Html Css Color HEX #664D0D Raw Umber

📋 copy color: '#664D0D'

red 102 ◦ green 77 ◦ blue 13

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

Shades of Raw Umber #664D0D

Tints of Raw Umber #664D0D

RGB

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

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

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

R = 53.13%
G = 40.1%
B = 6.77%

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

#664D0D (or 0x664D0D) is known color: Raw Umber. HEX triplet: 66, 4D and 0D. RGB value is (102,77,13). Sum of RGB (Red+Green+Blue) = 102+77+13=192 (25% of max value = 765). Red value is 102 (40.23% from 255 or 53.12% from 192); Green value is 77 (30.47% from 255 or 40.10% from 192); Blue value is 13 (5.47% from 255 or 6.77% from 192); Max value from RGB is 102 - color contains mainly: red. Hex color #664D0D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #664D0D is #99B2F2. Grayscale: #4D4D4D. Windows color (decimal): -10072819 or 871782. OLE color: 871782.

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

Color convert

RGB 102 77 13 -
CMYK 0 0.25 0.87 0.6
HSL 43.15º 0.77% 0.23% -
HSV(B) 43.15º 0.87% 0.4% -
XYZ 8.21 8.16 1.52 -
YUV 77.18 91.78 145.7 -
System Red Green Blue C M Y K H S L
Decimal 102 77 13 0 0.25 0.87 0.6 43.15 0.77 0.23
Hex 66 4D D 0 19 57 3C 2B 4D 17
Octal 146 115 15 0 31 127 74 53 115 27
Binary 1100110 1001101 1101 0 11001 1010111 111100 101011 1001101 10111

Color Harmonies of #664D0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664D0D

Black with #664D0D

Text Example


Text Example

White with #664D0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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