#651B06

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

Shades of Red Oxide #651B06

Tints of Red Oxide #651B06

Color information

#651B06 (or 0x651B06) is unknown color: approx Red Oxide. HEX triplet: 65, 1B and 06. RGB value is (101,27,6). Sum of RGB (Red+Green+Blue) = 101+27+6=134 (17% of max value = 765). Red value is 101 (39.84% from 255 or 75.37% from 134); Green value is 27 (10.94% from 255 or 20.15% from 134); Blue value is 6 (2.73% from 255 or 4.48% from 134); Max value from RGB is 101 - color contains mainly: red. Hex color #651B06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #651B06 is #9AE4F9. Grayscale: #2E2E2E. Windows color (decimal): -10151162 or 400229. OLE color: 400229.

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

Color convert

RGB101276-
CMYK00.730.940.60
HSL13.26º88.79%20.98%-
HSV(B)13.26º94.06%39.61%-
XYZ5.793.560.55-
YUV46.73105.02166.71-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 75.37%
GREEN value IS 27 (10.94% from 255) = 20.15%
BLUE value IS 6 (2.73% from 255) = 4.48%
R=75.37%
G=20.15%
B=4.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.94
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10127600.730.940.6013.2688.7920.98
Hex651B60495E3Cd5915
Octal1453360111136741513125
Binary1100101110111100100100110111101111001101101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #651B06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,27,6); }

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

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

 a { background-color: rgb(101,27,6); }

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

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

 span { border-color: rgb(101,27,6); }

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