Html Css Color HEX #671716 Red Oxide

📋 copy color: '#671716'

red 103 ◦ green 23 ◦ blue 22

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

Shades of Red Oxide #671716

Tints of Red Oxide #671716

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 14.86%

R = 69.59%
G = 15.54%
B = 14.86%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.79

 K value IS 0.60

RGB Variations

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

Color information

#671716 (or 0x671716) is known color: Red Oxide. HEX triplet: 67, 17 and 16. RGB value is (103,23,22). Sum of RGB (Red+Green+Blue) = 103+23+22=148 (19% of max value = 765). Red value is 103 (40.62% from 255 or 69.59% from 148); Green value is 23 (9.38% from 255 or 15.54% from 148); Blue value is 22 (8.98% from 255 or 14.86% from 148); Max value from RGB is 103 - color contains mainly: red. Hex color #671716 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #671716 is #98E8E9. Grayscale: #2E2E2E. Windows color (decimal): -10021098 or 1447783. OLE color: 1447783.

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

Color convert

RGB 103 23 22 -
CMYK 0 0.78 0.79 0.60
HSL 0.74º 0.65% 0.25% -
HSV(B) 0.74º 0.79% 0.4% -
XYZ 6.04 3.55 1.13 -
YUV 46.81 114 168.08 -
System Red Green Blue C M Y K H S L
Decimal 103 23 22 0 0.78 0.79 0.60 0.74 0.65 0.25
Hex 67 17 16 0 4E 4F 3C 1 41 19
Octal 147 27 26 0 116 117 74 1 101 31
Binary 1100111 10111 10110 0 1001110 1001111 111100 1 1000001 11001

Color Harmonies of #671716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671716

Black with #671716

Text Example


Text Example

White with #671716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #671716; }

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

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

background-color css

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

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

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

border-color css

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

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

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