Html Css Color HEX #66520D Raw Umber

📋 copy color: '#66520D'

red 102 ◦ green 82 ◦ blue 13

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

Shades of Raw Umber #66520D

Tints of Raw Umber #66520D

RGB

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

 GREEN value IS 82 (32.42% from 255) = 41.62%

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

R = 51.78%
G = 41.62%
B = 6.6%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.87

 K value IS 0.6

RGB Variations

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

Color information

#66520D (or 0x66520D) is known color: Raw Umber. HEX triplet: 66, 52 and 0D. RGB value is (102,82,13). Sum of RGB (Red+Green+Blue) = 102+82+13=197 (26% of max value = 765). Red value is 102 (40.23% from 255 or 51.78% from 197); Green value is 82 (32.42% from 255 or 41.62% from 197); Blue value is 13 (5.47% from 255 or 6.60% from 197); Max value from RGB is 102 - color contains mainly: red. Hex color #66520D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #66520D is #99ADF2. Grayscale: #505050. Windows color (decimal): -10071539 or 873062. OLE color: 873062.

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

Color convert

RGB 102 82 13 -
CMYK 0 0.20 0.87 0.6
HSL 46.52º 0.77% 0.23% -
HSV(B) 46.52º 0.87% 0.4% -
XYZ 8.57 8.89 1.64 -
YUV 80.11 90.13 143.61 -
System Red Green Blue C M Y K H S L
Decimal 102 82 13 0 0.20 0.87 0.6 46.52 0.77 0.23
Hex 66 52 D 0 14 57 3C 2F 4D 17
Octal 146 122 15 0 24 127 74 57 115 27
Binary 1100110 1010010 1101 0 10100 1010111 111100 101111 1001101 10111

Color Harmonies of #66520D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66520D

Black with #66520D

Text Example


Text Example

White with #66520D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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