Html Css Color HEX #66560D Raw Umber

📋 copy color: '#66560D'

red 102 ◦ green 86 ◦ blue 13

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

Shades of Raw Umber #66560D

Tints of Raw Umber #66560D

RGB

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

 GREEN value IS 86 (33.98% from 255) = 42.79%

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

R = 50.75%
G = 42.79%
B = 6.47%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.87

 K value IS 0.6

RGB Variations

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

Color information

#66560D (or 0x66560D) is known color: Raw Umber. HEX triplet: 66, 56 and 0D. RGB value is (102,86,13). Sum of RGB (Red+Green+Blue) = 102+86+13=201 (26% of max value = 765). Red value is 102 (40.23% from 255 or 50.75% from 201); Green value is 86 (33.98% from 255 or 42.79% from 201); Blue value is 13 (5.47% from 255 or 6.47% from 201); Max value from RGB is 102 - color contains mainly: red. Hex color #66560D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #66560D is #99A9F2. Grayscale: #525252. Windows color (decimal): -10070515 or 874086. OLE color: 874086.

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

Color convert

RGB 102 86 13 -
CMYK 0 0.16 0.87 0.6
HSL 49.21º 0.77% 0.23% -
HSV(B) 49.21º 0.87% 0.4% -
XYZ 8.88 9.51 1.75 -
YUV 82.46 88.8 141.94 -
System Red Green Blue C M Y K H S L
Decimal 102 86 13 0 0.16 0.87 0.6 49.21 0.77 0.23
Hex 66 56 D 0 10 57 3C 31 4D 17
Octal 146 126 15 0 20 127 74 61 115 27
Binary 1100110 1010110 1101 0 10000 1010111 111100 110001 1001101 10111

Color Harmonies of #66560D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66560D

Black with #66560D

Text Example


Text Example

White with #66560D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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