Html Css Color HEX #671710 Red Oxide

📋 copy color: '#671710'

red 103 ◦ green 23 ◦ blue 16

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

Shades of Red Oxide #671710

Tints of Red Oxide #671710

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 11.27%

R = 72.54%
G = 16.2%
B = 11.27%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.84

 K value IS 0.60

RGB Variations

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

Color information

#671710 (or 0x671710) is known color: Red Oxide. HEX triplet: 67, 17 and 10. RGB value is (103,23,16). Sum of RGB (Red+Green+Blue) = 103+23+16=142 (18% of max value = 765). Red value is 103 (40.62% from 255 or 72.54% from 142); Green value is 23 (9.38% from 255 or 16.20% from 142); Blue value is 16 (6.64% from 255 or 11.27% from 142); Max value from RGB is 103 - color contains mainly: red. Hex color #671710 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #671710 is #98E8EF. Grayscale: #2E2E2E. Windows color (decimal): -10021104 or 1054567. OLE color: 1054567.

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

Color convert

RGB 103 23 16 -
CMYK 0 0.78 0.84 0.60
HSL 4.83º 0.73% 0.23% -
HSV(B) 4.83º 0.84% 0.4% -
XYZ 5.99 3.53 0.86 -
YUV 46.12 111 168.57 -
System Red Green Blue C M Y K H S L
Decimal 103 23 16 0 0.78 0.84 0.60 4.83 0.73 0.23
Hex 67 17 10 0 4E 54 3C 5 49 17
Octal 147 27 20 0 116 124 74 5 111 27
Binary 1100111 10111 10000 0 1001110 1010100 111100 101 1001001 10111

Color Harmonies of #671710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671710

Black with #671710

Text Example


Text Example

White with #671710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #671710; }

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

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

background-color css

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

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

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

border-color css

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

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

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