Html Css Color HEX #66580D Raw Umber

📋 copy color: '#66580D'

red 102 ◦ green 88 ◦ blue 13

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

Shades of Raw Umber #66580D

Tints of Raw Umber #66580D

RGB

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

 GREEN value IS 88 (34.77% from 255) = 43.35%

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

R = 50.25%
G = 43.35%
B = 6.4%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.87

 K value IS 0.6

RGB Variations

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

Color information

#66580D (or 0x66580D) is known color: Raw Umber. HEX triplet: 66, 58 and 0D. RGB value is (102,88,13). Sum of RGB (Red+Green+Blue) = 102+88+13=203 (26% of max value = 765). Red value is 102 (40.23% from 255 or 50.25% from 203); Green value is 88 (34.77% from 255 or 43.35% from 203); Blue value is 13 (5.47% from 255 or 6.40% from 203); Max value from RGB is 102 - color contains mainly: red. Hex color #66580D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #66580D is #99A7F2. Grayscale: #535353. Windows color (decimal): -10070003 or 874598. OLE color: 874598.

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

Color convert

RGB 102 88 13 -
CMYK 0 0.14 0.87 0.6
HSL 50.56º 0.77% 0.23% -
HSV(B) 50.56º 0.87% 0.4% -
XYZ 9.04 9.83 1.8 -
YUV 83.64 88.14 141.1 -
System Red Green Blue C M Y K H S L
Decimal 102 88 13 0 0.14 0.87 0.6 50.56 0.77 0.23
Hex 66 58 D 0 E 57 3C 33 4D 17
Octal 146 130 15 0 16 127 74 63 115 27
Binary 1100110 1011000 1101 0 1110 1010111 111100 110011 1001101 10111

Color Harmonies of #66580D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66580D

Black with #66580D

Text Example


Text Example

White with #66580D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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