#664312

Color #664312 Raw Umber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Raw Umber #664312

Tints of Raw Umber #664312

Color information

#664312 (or 0x664312) is unknown color: approx Raw Umber. HEX triplet: 66, 43 and 12. RGB value is (102,67,18). Sum of RGB (Red+Green+Blue) = 102+67+18=187 (24% of max value = 765). Red value is 102 (40.23% from 255 or 54.55% from 187); Green value is 67 (26.56% from 255 or 35.83% from 187); Blue value is 18 (7.42% from 255 or 9.63% from 187); Max value from RGB is 102 - color contains mainly: red. Hex color #664312 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #664312 is #99BCED. Grayscale: #484848. Windows color (decimal): -10075374 or 1196902. OLE color: 1196902.

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

Color convert

RGB1026718-
CMYK00.340.820.6
HSL35º70%23.53%-
HSV(B)35º82.35%40%-
XYZ7.66.881.5-
YUV71.8897.6149.48-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 54.55%
GREEN value IS 67 (26.56% from 255) = 35.83%
BLUE value IS 18 (7.42% from 255) = 9.63%
R=54.55%
G=35.83%
B=9.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.82
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102671800.340.820.6357023.53
Hex664312022523C234618
Octal14610322042122744310630
Binary110011010000111001001000101010010111100100011100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664312; }

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

 H1.HeaderClassName
 {
   color: #664312;
 }
 .AnyTagClassName
 {
   color: #664312;
 }
</style>
background-color css

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

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

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

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

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

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