Html Css Color HEX #651A06 Red Oxide

📋 copy color: '#651A06'

red 101 ◦ green 26 ◦ blue 6

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

Shades of Red Oxide #651A06

Tints of Red Oxide #651A06

RGB

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

 GREEN value IS 26 (10.55% from 255) = 19.55%

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

R = 75.94%
G = 19.55%
B = 4.51%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.94

 K value IS 0.60

RGB Variations

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

Color information

#651A06 (or 0x651A06) is known color: Red Oxide. HEX triplet: 65, 1A and 06. RGB value is (101,26,6). Sum of RGB (Red+Green+Blue) = 101+26+6=133 (17% of max value = 765). Red value is 101 (39.84% from 255 or 75.94% from 133); Green value is 26 (10.55% from 255 or 19.55% from 133); Blue value is 6 (2.73% from 255 or 4.51% from 133); Max value from RGB is 101 - color contains mainly: red. Hex color #651A06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #651A06 is #9AE5F9. Grayscale: #2E2E2E. Windows color (decimal): -10151418 or 399973. OLE color: 399973.

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

Color convert

RGB 101 26 6 -
CMYK 0 0.74 0.94 0.60
HSL 12.63º 0.89% 0.21% -
HSV(B) 12.63º 0.94% 0.4% -
XYZ 5.77 3.52 0.55 -
YUV 46.15 105.35 167.13 -
System Red Green Blue C M Y K H S L
Decimal 101 26 6 0 0.74 0.94 0.60 12.63 0.89 0.21
Hex 65 1A 6 0 4A 5E 3C D 59 15
Octal 145 32 6 0 112 136 74 15 131 25
Binary 1100101 11010 110 0 1001010 1011110 111100 1101 1011001 10101

Color Harmonies of #651A06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651A06

Black with #651A06

Text Example


Text Example

White with #651A06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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