Html Css Color HEX #6A1904 Red Oxide

📋 copy color: '#6A1904'

red 106 ◦ green 25 ◦ blue 4

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

Shades of Red Oxide #6A1904

Tints of Red Oxide #6A1904

RGB

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

 GREEN value IS 25 (10.16% from 255) = 18.52%

 BLUE value IS 4 (1.95% from 255) = 2.96%

R = 78.52%
G = 18.52%
B = 2.96%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.96

 K value IS 0.58

RGB Variations

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

Color information

#6A1904 (or 0x6A1904) is known color: Red Oxide. HEX triplet: 6A, 19 and 04. RGB value is (106,25,4). Sum of RGB (Red+Green+Blue) = 106+25+4=135 (17% of max value = 765). Red value is 106 (41.80% from 255 or 78.52% from 135); Green value is 25 (10.16% from 255 or 18.52% from 135); Blue value is 4 (1.95% from 255 or 2.96% from 135); Max value from RGB is 106 - color contains mainly: red. Hex color #6A1904 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6A1904 is #95E6FB. Grayscale: #2E2E2E. Windows color (decimal): -9823996 or 268650. OLE color: 268650.

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

Color convert

RGB 106 25 4 -
CMYK 0 0.76 0.96 0.58
HSL 12.35º 0.93% 0.22% -
HSV(B) 12.35º 0.96% 0.42% -
XYZ 6.31 3.77 0.51 -
YUV 46.83 103.84 170.21 -
System Red Green Blue C M Y K H S L
Decimal 106 25 4 0 0.76 0.96 0.58 12.35 0.93 0.22
Hex 6A 19 4 0 4C 60 3A C 5D 16
Octal 152 31 4 0 114 140 72 14 135 26
Binary 1101010 11001 100 0 1001100 1100000 111010 1100 1011101 10110

Color Harmonies of #6A1904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A1904

Black with #6A1904

Text Example


Text Example

White with #6A1904

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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