#665312

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

Shades of Raw Umber #665312

Tints of Raw Umber #665312

Color information

#665312 (or 0x665312) is unknown color: approx Raw Umber. HEX triplet: 66, 53 and 12. RGB value is (102,83,18). Sum of RGB (Red+Green+Blue) = 102+83+18=203 (26% of max value = 765). Red value is 102 (40.23% from 255 or 50.25% from 203); Green value is 83 (32.81% from 255 or 40.89% from 203); Blue value is 18 (7.42% from 255 or 8.87% from 203); Max value from RGB is 102 - color contains mainly: red. Hex color #665312 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #665312 is #99ACED. Grayscale: #515151. Windows color (decimal): -10071278 or 1200998. OLE color: 1200998.

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

Color convert

RGB1028318-
CMYK00.190.820.6
HSL46.43º70%23.53%-
HSV(B)46.43º82.35%40%-
XYZ8.689.051.86-
YUV81.2792.29142.79-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 50.25%
GREEN value IS 83 (32.81% from 255) = 40.89%
BLUE value IS 18 (7.42% from 255) = 8.87%
R=50.25%
G=40.89%
B=8.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.82
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102831800.190.820.646.437023.53
Hex665312013523C2e4618
Octal14612322023122745610630
Binary11001101010011100100100111010010111100101110100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665312; }

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

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

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

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

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

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

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

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