Html Css Color HEX #66460E Raw Umber

📋 copy color: '#66460E'

red 102 ◦ green 70 ◦ blue 14

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

Shades of Raw Umber #66460E

Tints of Raw Umber #66460E

RGB

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

 GREEN value IS 70 (27.73% from 255) = 37.63%

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

R = 54.84%
G = 37.63%
B = 7.53%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.86

 K value IS 0.6

RGB Variations

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

Color information

#66460E (or 0x66460E) is known color: Raw Umber. HEX triplet: 66, 46 and 0E. RGB value is (102,70,14). Sum of RGB (Red+Green+Blue) = 102+70+14=186 (24% of max value = 765). Red value is 102 (40.23% from 255 or 54.84% from 186); Green value is 70 (27.73% from 255 or 37.63% from 186); Blue value is 14 (5.86% from 255 or 7.53% from 186); Max value from RGB is 102 - color contains mainly: red. Hex color #66460E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #66460E is #99B9F1. Grayscale: #494949. Windows color (decimal): -10074610 or 935526. OLE color: 935526.

HSL color Cylindrical-coordinate representation of color #66460E: hue angle of 38.18º 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 #66460E is Cyan = 0, Magento = 0.31, Yellow = 0.86 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 70 14 -
CMYK 0 0.31 0.86 0.6
HSL 38.18º 0.76% 0.23% -
HSV(B) 38.18º 0.86% 0.4% -
XYZ 7.75 7.24 1.4 -
YUV 73.18 94.6 148.55 -
System Red Green Blue C M Y K H S L
Decimal 102 70 14 0 0.31 0.86 0.6 38.18 0.76 0.23
Hex 66 46 E 0 1F 56 3C 26 4C 17
Octal 146 106 16 0 37 126 74 46 114 27
Binary 1100110 1000110 1110 0 11111 1010110 111100 100110 1001100 10111

Color Harmonies of #66460E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66460E

Black with #66460E

Text Example


Text Example

White with #66460E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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