Html Css Color HEX #66480E Raw Umber

📋 copy color: '#66480E'

red 102 ◦ green 72 ◦ blue 14

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

Shades of Raw Umber #66480E

Tints of Raw Umber #66480E

RGB

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

 GREEN value IS 72 (28.52% from 255) = 38.3%

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

R = 54.26%
G = 38.3%
B = 7.45%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.86

 K value IS 0.6

RGB Variations

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

Color information

#66480E (or 0x66480E) is known color: Raw Umber. HEX triplet: 66, 48 and 0E. RGB value is (102,72,14). Sum of RGB (Red+Green+Blue) = 102+72+14=188 (24% of max value = 765). Red value is 102 (40.23% from 255 or 54.26% from 188); Green value is 72 (28.52% from 255 or 38.30% from 188); Blue value is 14 (5.86% from 255 or 7.45% from 188); Max value from RGB is 102 - color contains mainly: red. Hex color #66480E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #66480E is #99B7F1. Grayscale: #4A4A4A. Windows color (decimal): -10074098 or 936038. OLE color: 936038.

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

Color convert

RGB 102 72 14 -
CMYK 0 0.29 0.86 0.6
HSL 39.55º 0.76% 0.23% -
HSV(B) 39.55º 0.86% 0.4% -
XYZ 7.88 7.49 1.45 -
YUV 74.36 93.94 147.72 -
System Red Green Blue C M Y K H S L
Decimal 102 72 14 0 0.29 0.86 0.6 39.55 0.76 0.23
Hex 66 48 E 0 1D 56 3C 28 4C 17
Octal 146 110 16 0 35 126 74 50 114 27
Binary 1100110 1001000 1110 0 11101 1010110 111100 101000 1001100 10111

Color Harmonies of #66480E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66480E

Black with #66480E

Text Example


Text Example

White with #66480E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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