Html Css Color HEX #664513 Raw Umber

📋 copy color: '#664513'

red 102 ◦ green 69 ◦ blue 19

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

Shades of Raw Umber #664513

Tints of Raw Umber #664513

RGB

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

 GREEN value IS 69 (27.34% from 255) = 36.32%

 BLUE value IS 19 (7.81% from 255) = 10%

R = 53.68%
G = 36.32%
B = 10%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.81

 K value IS 0.6

RGB Variations

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

Color information

#664513 (or 0x664513) is known color: Raw Umber. HEX triplet: 66, 45 and 13. RGB value is (102,69,19). Sum of RGB (Red+Green+Blue) = 102+69+19=190 (25% of max value = 765). Red value is 102 (40.23% from 255 or 53.68% from 190); Green value is 69 (27.34% from 255 or 36.32% from 190); Blue value is 19 (7.81% from 255 or 10% from 190); Max value from RGB is 102 - color contains mainly: red. Hex color #664513 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #664513 is #99BAEC. Grayscale: #494949. Windows color (decimal): -10074861 or 1262950. OLE color: 1262950.

HSL color Cylindrical-coordinate representation of color #664513: hue angle of 36.14º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #664513 is Cyan = 0, Magento = 0.32, Yellow = 0.81 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 69 19 -
CMYK 0 0.32 0.81 0.6
HSL 36.14º 0.69% 0.24% -
HSV(B) 36.14º 0.81% 0.4% -
XYZ 7.73 7.13 1.58 -
YUV 73.17 97.43 148.57 -
System Red Green Blue C M Y K H S L
Decimal 102 69 19 0 0.32 0.81 0.6 36.14 0.69 0.24
Hex 66 45 13 0 20 51 3C 24 45 18
Octal 146 105 23 0 40 121 74 44 105 30
Binary 1100110 1000101 10011 0 100000 1010001 111100 100100 1000101 11000

Color Harmonies of #664513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664513

Black with #664513

Text Example


Text Example

White with #664513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664513; }

 p { color: rgb(102,69,19); }

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

background-color css

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

 a { background-color: rgb(102,69,19); }

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

border-color css

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

 span { border-color: rgb(102,69,19); }

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