#65450D

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

Shades of Raw Umber #65450D

Tints of Raw Umber #65450D

Color information

#65450D (or 0x65450D) is unknown color: approx Raw Umber. HEX triplet: 65, 45 and 0D. RGB value is (101,69,13). Sum of RGB (Red+Green+Blue) = 101+69+13=183 (24% of max value = 765). Red value is 101 (39.84% from 255 or 55.19% from 183); Green value is 69 (27.34% from 255 or 37.70% from 183); Blue value is 13 (5.47% from 255 or 7.10% from 183); Max value from RGB is 101 - color contains mainly: red. Hex color #65450D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #65450D is #9ABAF2. Grayscale: #484848. Windows color (decimal): -10140403 or 869733. OLE color: 869733.

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

Color convert

RGB1016913-
CMYK00.320.870.60
HSL38.18º77.19%22.35%-
HSV(B)38.18º87.13%39.61%-
XYZ7.577.051.34-
YUV72.1894.6148.55-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 55.19%
GREEN value IS 69 (27.34% from 255) = 37.70%
BLUE value IS 13 (5.47% from 255) = 7.10%
R=55.19%
G=37.70%
B=7.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.87
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101691300.320.870.6038.1877.1922.35
Hex6545D020573C264d16
Octal14510515040127744611526
Binary11001011000101110101000001010111111100100110100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65450D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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