Html Css Color HEX #66400D Raw Umber

📋 copy color: '#66400D'

red 102 ◦ green 64 ◦ blue 13

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

Shades of Raw Umber #66400D

Tints of Raw Umber #66400D

RGB

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

 GREEN value IS 64 (25.39% from 255) = 35.75%

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

R = 56.98%
G = 35.75%
B = 7.26%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.87

 K value IS 0.6

RGB Variations

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

Color information

#66400D (or 0x66400D) is known color: Raw Umber. HEX triplet: 66, 40 and 0D. RGB value is (102,64,13). Sum of RGB (Red+Green+Blue) = 102+64+13=179 (23% of max value = 765). Red value is 102 (40.23% from 255 or 56.98% from 179); Green value is 64 (25.39% from 255 or 35.75% from 179); Blue value is 13 (5.47% from 255 or 7.26% from 179); Max value from RGB is 102 - color contains mainly: red. Hex color #66400D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #66400D is #99BFF2. Grayscale: #454545. Windows color (decimal): -10076147 or 868454. OLE color: 868454.

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

Color convert

RGB 102 64 13 -
CMYK 0 0.37 0.87 0.6
HSL 34.38º 0.77% 0.23% -
HSV(B) 34.38º 0.87% 0.4% -
XYZ 7.39 6.52 1.25 -
YUV 69.55 96.09 151.15 -
System Red Green Blue C M Y K H S L
Decimal 102 64 13 0 0.37 0.87 0.6 34.38 0.77 0.23
Hex 66 40 D 0 25 57 3C 22 4D 17
Octal 146 100 15 0 45 127 74 42 115 27
Binary 1100110 1000000 1101 0 100101 1010111 111100 100010 1001101 10111

Color Harmonies of #66400D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66400D

Black with #66400D

Text Example


Text Example

White with #66400D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66400D; }

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

 H1.HeaderClassName
 {
   color: #66400D;
 }
 .AnyTagClassName
 {
   color: #66400D;
 }
</style>

background-color css

<style>
 a { background-color: #66400D; }

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

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

border-color css

<style>
 span { border-color: #66400D; }

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

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