#651A08

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

Shades of Red Oxide #651A08

Tints of Red Oxide #651A08

Color information

#651A08 (or 0x651A08) is unknown color: approx Red Oxide. HEX triplet: 65, 1A and 08. RGB value is (101,26,8). Sum of RGB (Red+Green+Blue) = 101+26+8=135 (17% of max value = 765). Red value is 101 (39.84% from 255 or 74.81% from 135); Green value is 26 (10.55% from 255 or 19.26% from 135); Blue value is 8 (3.52% from 255 or 5.93% from 135); Max value from RGB is 101 - color contains mainly: red. Hex color #651A08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #651A08 is #9AE5F7. Grayscale: #2E2E2E. Windows color (decimal): -10151416 or 531045. OLE color: 531045.

HSL color Cylindrical-coordinate representation of color #651A08: hue angle of 11.61º 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 #651A08 is Cyan = 0, Magento = 0.74, Yellow = 0.92 and Black (K on CMYK) = 0.60.

Color convert

RGB101268-
CMYK00.740.920.60
HSL11.61º85.32%21.37%-
HSV(B)11.61º92.08%39.61%-
XYZ5.783.520.61-
YUV46.37106.35166.96-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 74.81%
GREEN value IS 26 (10.55% from 255) = 19.26%
BLUE value IS 8 (3.52% from 255) = 5.93%
R=74.81%
G=19.26%
B=5.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.92
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10126800.740.920.6011.6185.3221.37
Hex651A804A5C3Cc5515
Octal14532100112134741412525
Binary11001011101010000100101010111001111001100101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #651A08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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