#65450C

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

Shades of Raw Umber #65450C

Tints of Raw Umber #65450C

Color information

#65450C (or 0x65450C) is unknown color: approx Raw Umber. HEX triplet: 65, 45 and 0C. RGB value is (101,69,12). Sum of RGB (Red+Green+Blue) = 101+69+12=182 (24% of max value = 765). Red value is 101 (39.84% from 255 or 55.49% from 182); Green value is 69 (27.34% from 255 or 37.91% from 182); Blue value is 12 (5.08% from 255 or 6.59% from 182); Max value from RGB is 101 - color contains mainly: red. Hex color #65450C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #65450C is #9ABAF3. Grayscale: #484848. Windows color (decimal): -10140404 or 804197. OLE color: 804197.

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

Color convert

RGB1016912-
CMYK00.320.880.60
HSL38.43º78.76%22.16%-
HSV(B)38.43º88.12%39.61%-
XYZ7.567.051.31-
YUV72.0794.1148.63-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 55.49%
GREEN value IS 69 (27.34% from 255) = 37.91%
BLUE value IS 12 (5.08% from 255) = 6.59%
R=55.49%
G=37.91%
B=6.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.88
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101691200.320.880.6038.4378.7622.16
Hex6545C020583C264f16
Octal14510514040130744611726
Binary11001011000101110001000001011000111100100110100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65450C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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