Html Css Color HEX #651306 Red Oxide

📋 copy color: '#651306'

red 101 ◦ green 19 ◦ blue 6

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

Shades of Red Oxide #651306

Tints of Red Oxide #651306

RGB

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

 GREEN value IS 19 (7.81% from 255) = 15.08%

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

R = 80.16%
G = 15.08%
B = 4.76%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.94

 K value IS 0.60

RGB Variations

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

Color information

#651306 (or 0x651306) is known color: Red Oxide. HEX triplet: 65, 13 and 06. RGB value is (101,19,6). Sum of RGB (Red+Green+Blue) = 101+19+6=126 (16% of max value = 765). Red value is 101 (39.84% from 255 or 80.16% from 126); Green value is 19 (7.81% from 255 or 15.08% from 126); Blue value is 6 (2.73% from 255 or 4.76% from 126); Max value from RGB is 101 - color contains mainly: red. Hex color #651306 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #651306 is #9AECF9. Grayscale: #2A2A2A. Windows color (decimal): -10153210 or 398181. OLE color: 398181.

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

Color convert

RGB 101 19 6 -
CMYK 0 0.81 0.94 0.60
HSL 8.21º 0.89% 0.21% -
HSV(B) 8.21º 0.94% 0.4% -
XYZ 5.63 3.25 0.5 -
YUV 42.04 107.67 170.06 -
System Red Green Blue C M Y K H S L
Decimal 101 19 6 0 0.81 0.94 0.60 8.21 0.89 0.21
Hex 65 13 6 0 51 5E 3C 8 59 15
Octal 145 23 6 0 121 136 74 10 131 25
Binary 1100101 10011 110 0 1010001 1011110 111100 1000 1011001 10101

Color Harmonies of #651306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651306

Black with #651306

Text Example


Text Example

White with #651306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #651306; }

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

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

background-color css

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

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

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

border-color css

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

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

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