Html Css Color HEX #66540D Raw Umber

📋 copy color: '#66540D'

red 102 ◦ green 84 ◦ blue 13

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

Shades of Raw Umber #66540D

Tints of Raw Umber #66540D

RGB

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

 GREEN value IS 84 (33.2% from 255) = 42.21%

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

R = 51.26%
G = 42.21%
B = 6.53%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.87

 K value IS 0.6

RGB Variations

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

Color information

#66540D (or 0x66540D) is known color: Raw Umber. HEX triplet: 66, 54 and 0D. RGB value is (102,84,13). Sum of RGB (Red+Green+Blue) = 102+84+13=199 (26% of max value = 765). Red value is 102 (40.23% from 255 or 51.26% from 199); Green value is 84 (33.20% from 255 or 42.21% from 199); Blue value is 13 (5.47% from 255 or 6.53% from 199); Max value from RGB is 102 - color contains mainly: red. Hex color #66540D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #66540D is #99ABF2. Grayscale: #515151. Windows color (decimal): -10071027 or 873574. OLE color: 873574.

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

Color convert

RGB 102 84 13 -
CMYK 0 0.18 0.87 0.6
HSL 47.87º 0.77% 0.23% -
HSV(B) 47.87º 0.87% 0.4% -
XYZ 8.72 9.19 1.7 -
YUV 81.29 89.46 142.77 -
System Red Green Blue C M Y K H S L
Decimal 102 84 13 0 0.18 0.87 0.6 47.87 0.77 0.23
Hex 66 54 D 0 12 57 3C 30 4D 17
Octal 146 124 15 0 22 127 74 60 115 27
Binary 1100110 1010100 1101 0 10010 1010111 111100 110000 1001101 10111

Color Harmonies of #66540D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66540D

Black with #66540D

Text Example


Text Example

White with #66540D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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