Html Css Color HEX #66500E Raw Umber

📋 copy color: '#66500E'

red 102 ◦ green 80 ◦ blue 14

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

Shades of Raw Umber #66500E

Tints of Raw Umber #66500E

RGB

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

 GREEN value IS 80 (31.64% from 255) = 40.82%

 BLUE value IS 14 (5.86% from 255) = 7.14%

R = 52.04%
G = 40.82%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.86

 K value IS 0.6

RGB Variations

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

Color information

#66500E (or 0x66500E) is known color: Raw Umber. HEX triplet: 66, 50 and 0E. RGB value is (102,80,14). Sum of RGB (Red+Green+Blue) = 102+80+14=196 (25% of max value = 765). Red value is 102 (40.23% from 255 or 52.04% from 196); Green value is 80 (31.64% from 255 or 40.82% from 196); Blue value is 14 (5.86% from 255 or 7.14% from 196); Max value from RGB is 102 - color contains mainly: red. Hex color #66500E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #66500E is #99AFF1. Grayscale: #4F4F4F. Windows color (decimal): -10072050 or 938086. OLE color: 938086.

HSL color Cylindrical-coordinate representation of color #66500E: hue angle of 45º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #66500E is Cyan = 0, Magento = 0.22, Yellow = 0.86 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 80 14 -
CMYK 0 0.22 0.86 0.6
HSL 45º 0.76% 0.23% -
HSV(B) 45º 0.86% 0.4% -
XYZ 8.43 8.59 1.63 -
YUV 79.05 91.29 144.37 -
System Red Green Blue C M Y K H S L
Decimal 102 80 14 0 0.22 0.86 0.6 45 0.76 0.23
Hex 66 50 E 0 16 56 3C 2D 4C 17
Octal 146 120 16 0 26 126 74 55 114 27
Binary 1100110 1010000 1110 0 10110 1010110 111100 101101 1001100 10111

Color Harmonies of #66500E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66500E

Black with #66500E

Text Example


Text Example

White with #66500E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66500E; }

 p { color: rgb(102,80,14); }

 H1.HeaderClassName
 {
   color: #66500E;
 }
 .AnyTagClassName
 {
   color: #66500E;
 }
</style>

background-color css

<style>
 a { background-color: #66500E; }

 a { background-color: rgb(102,80,14); }

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

border-color css

<style>
 span { border-color: #66500E; }

 span { border-color: rgb(102,80,14); }

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