Html Css Color HEX #664413 Raw Umber

📋 copy color: '#664413'

red 102 ◦ green 68 ◦ blue 19

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

Shades of Raw Umber #664413

Tints of Raw Umber #664413

RGB

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

 GREEN value IS 68 (26.95% from 255) = 35.98%

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

R = 53.97%
G = 35.98%
B = 10.05%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.81

 K value IS 0.6

RGB Variations

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

Color information

#664413 (or 0x664413) is known color: Raw Umber. HEX triplet: 66, 44 and 13. RGB value is (102,68,19). Sum of RGB (Red+Green+Blue) = 102+68+19=189 (25% of max value = 765). Red value is 102 (40.23% from 255 or 53.97% from 189); Green value is 68 (26.95% from 255 or 35.98% from 189); Blue value is 19 (7.81% from 255 or 10.05% from 189); Max value from RGB is 102 - color contains mainly: red. Hex color #664413 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #664413 is #99BBEC. Grayscale: #484848. Windows color (decimal): -10075117 or 1262694. OLE color: 1262694.

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

Color convert

RGB 102 68 19 -
CMYK 0 0.33 0.81 0.6
HSL 35.42º 0.69% 0.24% -
HSV(B) 35.42º 0.81% 0.4% -
XYZ 7.66 7.01 1.56 -
YUV 72.58 97.76 148.98 -
System Red Green Blue C M Y K H S L
Decimal 102 68 19 0 0.33 0.81 0.6 35.42 0.69 0.24
Hex 66 44 13 0 21 51 3C 23 45 18
Octal 146 104 23 0 41 121 74 43 105 30
Binary 1100110 1000100 10011 0 100001 1010001 111100 100011 1000101 11000

Color Harmonies of #664413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664413

Black with #664413

Text Example


Text Example

White with #664413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664413; }

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

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

background-color css

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

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

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

border-color css

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

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

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