Html Css Color HEX #664613 Raw Umber

📋 copy color: '#664613'

red 102 ◦ green 70 ◦ blue 19

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

Shades of Raw Umber #664613

Tints of Raw Umber #664613

RGB

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

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

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

R = 53.4%
G = 36.65%
B = 9.95%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.81

 K value IS 0.6

RGB Variations

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

Color information

#664613 (or 0x664613) is known color: Raw Umber. HEX triplet: 66, 46 and 13. RGB value is (102,70,19). Sum of RGB (Red+Green+Blue) = 102+70+19=191 (25% of max value = 765). Red value is 102 (40.23% from 255 or 53.40% from 191); Green value is 70 (27.73% from 255 or 36.65% from 191); Blue value is 19 (7.81% from 255 or 9.95% from 191); Max value from RGB is 102 - color contains mainly: red. Hex color #664613 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #664613 is #99B9EC. Grayscale: #494949. Windows color (decimal): -10074605 or 1263206. OLE color: 1263206.

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

Color convert

RGB 102 70 19 -
CMYK 0 0.31 0.81 0.6
HSL 36.87º 0.69% 0.24% -
HSV(B) 36.87º 0.81% 0.4% -
XYZ 7.79 7.25 1.61 -
YUV 73.75 97.1 148.15 -
System Red Green Blue C M Y K H S L
Decimal 102 70 19 0 0.31 0.81 0.6 36.87 0.69 0.24
Hex 66 46 13 0 1F 51 3C 25 45 18
Octal 146 106 23 0 37 121 74 45 105 30
Binary 1100110 1000110 10011 0 11111 1010001 111100 100101 1000101 11000

Color Harmonies of #664613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664613

Black with #664613

Text Example


Text Example

White with #664613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664613; }

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

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

background-color css

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

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

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

border-color css

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

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

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