Html Css Color HEX #664310 Raw Umber

📋 copy color: '#664310'

red 102 ◦ green 67 ◦ blue 16

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

Shades of Raw Umber #664310

Tints of Raw Umber #664310

RGB

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

 GREEN value IS 67 (26.56% from 255) = 36.22%

 BLUE value IS 16 (6.64% from 255) = 8.65%

R = 55.14%
G = 36.22%
B = 8.65%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.84

 K value IS 0.6

RGB Variations

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

Color information

#664310 (or 0x664310) is known color: Raw Umber. HEX triplet: 66, 43 and 10. RGB value is (102,67,16). Sum of RGB (Red+Green+Blue) = 102+67+16=185 (24% of max value = 765). Red value is 102 (40.23% from 255 or 55.14% from 185); Green value is 67 (26.56% from 255 or 36.22% from 185); Blue value is 16 (6.64% from 255 or 8.65% from 185); Max value from RGB is 102 - color contains mainly: red. Hex color #664310 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #664310 is #99BCEF. Grayscale: #474747. Windows color (decimal): -10075376 or 1065830. OLE color: 1065830.

HSL color Cylindrical-coordinate representation of color #664310: hue angle of 35.58º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #664310 is Cyan = 0, Magento = 0.34, Yellow = 0.84 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 67 16 -
CMYK 0 0.34 0.84 0.6
HSL 35.58º 0.73% 0.23% -
HSV(B) 35.58º 0.84% 0.4% -
XYZ 7.58 6.88 1.42 -
YUV 71.65 96.6 149.65 -
System Red Green Blue C M Y K H S L
Decimal 102 67 16 0 0.34 0.84 0.6 35.58 0.73 0.23
Hex 66 43 10 0 22 54 3C 24 49 17
Octal 146 103 20 0 42 124 74 44 111 27
Binary 1100110 1000011 10000 0 100010 1010100 111100 100100 1001001 10111

Color Harmonies of #664310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664310

Black with #664310

Text Example


Text Example

White with #664310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664310; }

 p { color: rgb(102,67,16); }

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

background-color css

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

 a { background-color: rgb(102,67,16); }

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

border-color css

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

 span { border-color: rgb(102,67,16); }

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