Html Css Color HEX #66470D Raw Umber

📋 copy color: '#66470D'

red 102 ◦ green 71 ◦ blue 13

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

Shades of Raw Umber #66470D

Tints of Raw Umber #66470D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 38.17%

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

R = 54.84%
G = 38.17%
B = 6.99%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.87

 K value IS 0.6

RGB Variations

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

Color information

#66470D (or 0x66470D) is known color: Raw Umber. HEX triplet: 66, 47 and 0D. RGB value is (102,71,13). Sum of RGB (Red+Green+Blue) = 102+71+13=186 (24% of max value = 765). Red value is 102 (40.23% from 255 or 54.84% from 186); Green value is 71 (28.12% from 255 or 38.17% from 186); Blue value is 13 (5.47% from 255 or 6.99% from 186); Max value from RGB is 102 - color contains mainly: red. Hex color #66470D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #66470D is #99B8F2. Grayscale: #494949. Windows color (decimal): -10074355 or 870246. OLE color: 870246.

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

Color convert

RGB 102 71 13 -
CMYK 0 0.30 0.87 0.6
HSL 39.1º 0.77% 0.23% -
HSV(B) 39.1º 0.87% 0.4% -
XYZ 7.81 7.36 1.39 -
YUV 73.66 93.77 148.22 -
System Red Green Blue C M Y K H S L
Decimal 102 71 13 0 0.30 0.87 0.6 39.1 0.77 0.23
Hex 66 47 D 0 1E 57 3C 27 4D 17
Octal 146 107 15 0 36 127 74 47 115 27
Binary 1100110 1000111 1101 0 11110 1010111 111100 100111 1001101 10111

Color Harmonies of #66470D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66470D

Black with #66470D

Text Example


Text Example

White with #66470D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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