Html Css Color HEX #651206 Red Oxide

📋 copy color: '#651206'

red 101 ◦ green 18 ◦ blue 6

#651206
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Red Oxide #651206

Tints of Red Oxide #651206

RGB

 RED value IS 101 (39.84% from 255) = 80.8%

 GREEN value IS 18 (7.42% from 255) = 14.4%

 BLUE value IS 6 (2.73% from 255) = 4.8%

R = 80.8%
G = 14.4%
B = 4.8%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.94

 K value IS 0.60

RGB Variations

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

Color information

#651206 (or 0x651206) is known color: Red Oxide. HEX triplet: 65, 12 and 06. RGB value is (101,18,6). Sum of RGB (Red+Green+Blue) = 101+18+6=125 (16% of max value = 765). Red value is 101 (39.84% from 255 or 80.8% from 125); Green value is 18 (7.42% from 255 or 14.4% from 125); Blue value is 6 (2.73% from 255 or 4.8% from 125); Max value from RGB is 101 - color contains mainly: red. Hex color #651206 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #651206 is #9AEDF9. Grayscale: #292929. Windows color (decimal): -10153466 or 397925. OLE color: 397925.

HSL color Cylindrical-coordinate representation of color #651206: hue angle of 7.58º 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 #651206 is Cyan = 0, Magento = 0.82, Yellow = 0.94 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 18 6 -
CMYK 0 0.82 0.94 0.60
HSL 7.58º 0.89% 0.21% -
HSV(B) 7.58º 0.94% 0.4% -
XYZ 5.62 3.21 0.5 -
YUV 41.45 108 170.48 -
System Red Green Blue C M Y K H S L
Decimal 101 18 6 0 0.82 0.94 0.60 7.58 0.89 0.21
Hex 65 12 6 0 52 5E 3C 8 59 15
Octal 145 22 6 0 122 136 74 10 131 25
Binary 1100101 10010 110 0 1010010 1011110 111100 1000 1011001 10101

Color Harmonies of #651206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651206

Black with #651206

Text Example


Text Example

White with #651206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #651206; }

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

 H1.HeaderClassName
 {
   color: #651206;
 }
 .AnyTagClassName
 {
   color: #651206;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #651206;
 }
 .BgClassName
 {
   background-color: #651206;
 }
</style>

border-color css

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

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

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