#65450F

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

Shades of Raw Umber #65450F

Tints of Raw Umber #65450F

Color information

#65450F (or 0x65450F) is unknown color: approx Raw Umber. HEX triplet: 65, 45 and 0F. RGB value is (101,69,15). Sum of RGB (Red+Green+Blue) = 101+69+15=185 (24% of max value = 765). Red value is 101 (39.84% from 255 or 54.59% from 185); Green value is 69 (27.34% from 255 or 37.30% from 185); Blue value is 15 (6.25% from 255 or 8.11% from 185); Max value from RGB is 101 - color contains mainly: red. Hex color #65450F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #65450F is #9ABAF0. Grayscale: #484848. Windows color (decimal): -10140401 or 1000805. OLE color: 1000805.

HSL color Cylindrical-coordinate representation of color #65450F: hue angle of 37.67º degrees, saturation: 0.74, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #65450F is Cyan = 0, Magento = 0.32, Yellow = 0.85 and Black (K on CMYK) = 0.60.

Color convert

RGB1016915-
CMYK00.320.850.60
HSL37.67º74.14%22.75%-
HSV(B)37.67º85.15%39.61%-
XYZ7.587.061.41-
YUV72.4195.6148.39-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 54.59%
GREEN value IS 69 (27.34% from 255) = 37.30%
BLUE value IS 15 (6.25% from 255) = 8.11%
R=54.59%
G=37.30%
B=8.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.85
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101691500.320.850.6037.6774.1422.75
Hex6545F020553C264a17
Octal14510517040125744611227
Binary11001011000101111101000001010101111100100110100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65450F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65450F; }

 p { color: rgb(101,69,15); }

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

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

 a { background-color: rgb(101,69,15); }

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

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

 span { border-color: rgb(101,69,15); }

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