Html Css Color HEX #651806 Red Oxide

📋 copy color: '#651806'

red 101 ◦ green 24 ◦ blue 6

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

Shades of Red Oxide #651806

Tints of Red Oxide #651806

RGB

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

 GREEN value IS 24 (9.77% from 255) = 18.32%

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

R = 77.1%
G = 18.32%
B = 4.58%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.94

 K value IS 0.60

RGB Variations

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

Color information

#651806 (or 0x651806) is known color: Red Oxide. HEX triplet: 65, 18 and 06. RGB value is (101,24,6). Sum of RGB (Red+Green+Blue) = 101+24+6=131 (17% of max value = 765). Red value is 101 (39.84% from 255 or 77.10% from 131); Green value is 24 (9.77% from 255 or 18.32% from 131); Blue value is 6 (2.73% from 255 or 4.58% from 131); Max value from RGB is 101 - color contains mainly: red. Hex color #651806 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #651806 is #9AE7F9. Grayscale: #2D2D2D. Windows color (decimal): -10151930 or 399461. OLE color: 399461.

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

Color convert

RGB 101 24 6 -
CMYK 0 0.76 0.94 0.60
HSL 11.37º 0.89% 0.21% -
HSV(B) 11.37º 0.94% 0.4% -
XYZ 5.73 3.43 0.53 -
YUV 44.97 106.01 167.96 -
System Red Green Blue C M Y K H S L
Decimal 101 24 6 0 0.76 0.94 0.60 11.37 0.89 0.21
Hex 65 18 6 0 4C 5E 3C B 59 15
Octal 145 30 6 0 114 136 74 13 131 25
Binary 1100101 11000 110 0 1001100 1011110 111100 1011 1011001 10101

Color Harmonies of #651806

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651806

Black with #651806

Text Example


Text Example

White with #651806

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #651806; }

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

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

background-color css

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

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

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

border-color css

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

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

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