Html Css Color HEX #6A2119 Red Oxide

📋 copy color: '#6A2119'

red 106 ◦ green 33 ◦ blue 25

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

Shades of Red Oxide #6A2119

Tints of Red Oxide #6A2119

RGB

 RED value IS 106 (41.8% from 255) = 64.63%

 GREEN value IS 33 (13.28% from 255) = 20.12%

 BLUE value IS 25 (10.16% from 255) = 15.24%

R = 64.63%
G = 20.12%
B = 15.24%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.76

 K value IS 0.58

RGB Variations

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

Color information

#6A2119 (or 0x6A2119) is known color: Red Oxide. HEX triplet: 6A, 21 and 19. RGB value is (106,33,25). Sum of RGB (Red+Green+Blue) = 106+33+25=164 (21% of max value = 765). Red value is 106 (41.80% from 255 or 64.63% from 164); Green value is 33 (13.28% from 255 or 20.12% from 164); Blue value is 25 (10.16% from 255 or 15.24% from 164); Max value from RGB is 106 - color contains mainly: red. Hex color #6A2119 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6A2119 is #95DEE6. Grayscale: #363636. Windows color (decimal): -9821927 or 1646954. OLE color: 1646954.

HSL color Cylindrical-coordinate representation of color #6A2119: hue angle of 5.93º degrees, saturation: 0.62, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6A2119 is Cyan = 0, Magento = 0.69, Yellow = 0.76 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 33 25 -
CMYK 0 0.69 0.76 0.58
HSL 5.93º 0.62% 0.26% -
HSV(B) 5.93º 0.76% 0.42% -
XYZ 6.66 4.22 1.38 -
YUV 53.92 111.68 165.15 -
System Red Green Blue C M Y K H S L
Decimal 106 33 25 0 0.69 0.76 0.58 5.93 0.62 0.26
Hex 6A 21 19 0 45 4C 3A 6 3E 1A
Octal 152 41 31 0 105 114 72 6 76 32
Binary 1101010 100001 11001 0 1000101 1001100 111010 110 111110 11010

Color Harmonies of #6A2119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A2119

Black with #6A2119

Text Example


Text Example

White with #6A2119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6A2119; }

 p { color: rgb(106,33,25); }

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

background-color css

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

 a { background-color: rgb(106,33,25); }

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

border-color css

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

 span { border-color: rgb(106,33,25); }

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