#651C08

Color #651C08 Red Oxide (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Oxide #651C08

Tints of Red Oxide #651C08

Color information

#651C08 (or 0x651C08) is unknown color: approx Red Oxide. HEX triplet: 65, 1C and 08. RGB value is (101,28,8). Sum of RGB (Red+Green+Blue) = 101+28+8=137 (18% of max value = 765). Red value is 101 (39.84% from 255 or 73.72% from 137); Green value is 28 (11.33% from 255 or 20.44% from 137); Blue value is 8 (3.52% from 255 or 5.84% from 137); Max value from RGB is 101 - color contains mainly: red. Hex color #651C08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #651C08 is #9AE3F7. Grayscale: #2F2F2F. Windows color (decimal): -10150904 or 531557. OLE color: 531557.

HSL color Cylindrical-coordinate representation of color #651C08: hue angle of 12.9º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #651C08 is Cyan = 0, Magento = 0.72, Yellow = 0.92 and Black (K on CMYK) = 0.60.

Color convert

RGB101288-
CMYK00.720.920.60
HSL12.9º85.32%21.37%-
HSV(B)12.9º92.08%39.61%-
XYZ5.833.610.62-
YUV47.55105.68166.13-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 73.72%
GREEN value IS 28 (11.33% from 255) = 20.44%
BLUE value IS 8 (3.52% from 255) = 5.84%
R=73.72%
G=20.44%
B=5.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.92
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10128800.720.920.6012.985.3221.37
Hex651C80485C3Cd5515
Octal14534100110134741512525
Binary11001011110010000100100010111001111001101101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #651C08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #651C08; }

 p { color: rgb(101,28,8); }

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

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

 a { background-color: rgb(101,28,8); }

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

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

 span { border-color: rgb(101,28,8); }

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