Html Css Color HEX #671712 Red Oxide

📋 copy color: '#671712'

red 103 ◦ green 23 ◦ blue 18

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

Shades of Red Oxide #671712

Tints of Red Oxide #671712

RGB

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

 GREEN value IS 23 (9.38% from 255) = 15.97%

 BLUE value IS 18 (7.42% from 255) = 12.5%

R = 71.53%
G = 15.97%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.83

 K value IS 0.60

RGB Variations

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

Color information

#671712 (or 0x671712) is known color: Red Oxide. HEX triplet: 67, 17 and 12. RGB value is (103,23,18). Sum of RGB (Red+Green+Blue) = 103+23+18=144 (19% of max value = 765). Red value is 103 (40.62% from 255 or 71.53% from 144); Green value is 23 (9.38% from 255 or 15.97% from 144); Blue value is 18 (7.42% from 255 or 12.5% from 144); Max value from RGB is 103 - color contains mainly: red. Hex color #671712 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #671712 is #98E8ED. Grayscale: #2E2E2E. Windows color (decimal): -10021102 or 1185639. OLE color: 1185639.

HSL color Cylindrical-coordinate representation of color #671712: hue angle of 3.53º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #671712 is Cyan = 0, Magento = 0.78, Yellow = 0.83 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 23 18 -
CMYK 0 0.78 0.83 0.60
HSL 3.53º 0.7% 0.24% -
HSV(B) 3.53º 0.83% 0.4% -
XYZ 6.01 3.54 0.94 -
YUV 46.35 112 168.41 -
System Red Green Blue C M Y K H S L
Decimal 103 23 18 0 0.78 0.83 0.60 3.53 0.7 0.24
Hex 67 17 12 0 4E 53 3C 4 46 18
Octal 147 27 22 0 116 123 74 4 106 30
Binary 1100111 10111 10010 0 1001110 1010011 111100 100 1000110 11000

Color Harmonies of #671712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671712

Black with #671712

Text Example


Text Example

White with #671712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #671712; }

 p { color: rgb(103,23,18); }

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

background-color css

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

 a { background-color: rgb(103,23,18); }

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

border-color css

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

 span { border-color: rgb(103,23,18); }

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