Html Css Color HEX #671809 Red Oxide

📋 copy color: '#671809'

red 103 ◦ green 24 ◦ blue 9

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

Shades of Red Oxide #671809

Tints of Red Oxide #671809

RGB

 RED value IS 103 (40.63% from 255) = 75.74%

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

 BLUE value IS 9 (3.91% from 255) = 6.62%

R = 75.74%
G = 17.65%
B = 6.62%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.91

 K value IS 0.60

RGB Variations

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

Color information

#671809 (or 0x671809) is known color: Red Oxide. HEX triplet: 67, 18 and 09. RGB value is (103,24,9). Sum of RGB (Red+Green+Blue) = 103+24+9=136 (18% of max value = 765). Red value is 103 (40.62% from 255 or 75.74% from 136); Green value is 24 (9.77% from 255 or 17.65% from 136); Blue value is 9 (3.91% from 255 or 6.62% from 136); Max value from RGB is 103 - color contains mainly: red. Hex color #671809 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #671809 is #98E7F6. Grayscale: #2E2E2E. Windows color (decimal): -10020855 or 596071. OLE color: 596071.

HSL color Cylindrical-coordinate representation of color #671809: hue angle of 9.57º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #671809 is Cyan = 0, Magento = 0.77, Yellow = 0.91 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 24 9 -
CMYK 0 0.77 0.91 0.60
HSL 9.57º 0.84% 0.22% -
HSV(B) 9.57º 0.91% 0.4% -
XYZ 5.97 3.56 0.63 -
YUV 45.91 107.17 168.72 -
System Red Green Blue C M Y K H S L
Decimal 103 24 9 0 0.77 0.91 0.60 9.57 0.84 0.22
Hex 67 18 9 0 4D 5B 3C A 54 16
Octal 147 30 11 0 115 133 74 12 124 26
Binary 1100111 11000 1001 0 1001101 1011011 111100 1010 1010100 10110

Color Harmonies of #671809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671809

Black with #671809

Text Example


Text Example

White with #671809

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #671809; }

 p { color: rgb(103,24,9); }

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

background-color css

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

 a { background-color: rgb(103,24,9); }

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

border-color css

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

 span { border-color: rgb(103,24,9); }

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