Html Css Color HEX #671609 Red Oxide

📋 copy color: '#671609'

red 103 ◦ green 22 ◦ blue 9

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

Shades of Red Oxide #671609

Tints of Red Oxide #671609

RGB

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

 GREEN value IS 22 (8.98% from 255) = 16.42%

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

R = 76.87%
G = 16.42%
B = 6.72%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.91

 K value IS 0.60

RGB Variations

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

Color information

#671609 (or 0x671609) is known color: Red Oxide. HEX triplet: 67, 16 and 09. RGB value is (103,22,9). Sum of RGB (Red+Green+Blue) = 103+22+9=134 (17% of max value = 765). Red value is 103 (40.62% from 255 or 76.87% from 134); Green value is 22 (8.98% from 255 or 16.42% from 134); Blue value is 9 (3.91% from 255 or 6.72% from 134); Max value from RGB is 103 - color contains mainly: red. Hex color #671609 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #671609 is #98E9F6. Grayscale: #2C2C2C. Windows color (decimal): -10021367 or 595559. OLE color: 595559.

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

Color convert

RGB 103 22 9 -
CMYK 0 0.79 0.91 0.60
HSL 8.3º 0.84% 0.22% -
HSV(B) 8.3º 0.91% 0.4% -
XYZ 5.93 3.48 0.62 -
YUV 44.74 107.84 169.56 -
System Red Green Blue C M Y K H S L
Decimal 103 22 9 0 0.79 0.91 0.60 8.3 0.84 0.22
Hex 67 16 9 0 4F 5B 3C 8 54 16
Octal 147 26 11 0 117 133 74 10 124 26
Binary 1100111 10110 1001 0 1001111 1011011 111100 1000 1010100 10110

Color Harmonies of #671609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671609

Black with #671609

Text Example


Text Example

White with #671609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #671609; }

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

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

background-color css

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

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

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

border-color css

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

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

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