Html Css Color HEX #671A10 Red Oxide

📋 copy color: '#671A10'

red 103 ◦ green 26 ◦ blue 16

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

Shades of Red Oxide #671A10

Tints of Red Oxide #671A10

RGB

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

 GREEN value IS 26 (10.55% from 255) = 17.93%

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

R = 71.03%
G = 17.93%
B = 11.03%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.84

 K value IS 0.60

RGB Variations

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

Color information

#671A10 (or 0x671A10) is known color: Red Oxide. HEX triplet: 67, 1A and 10. RGB value is (103,26,16). Sum of RGB (Red+Green+Blue) = 103+26+16=145 (19% of max value = 765). Red value is 103 (40.62% from 255 or 71.03% from 145); Green value is 26 (10.55% from 255 or 17.93% from 145); Blue value is 16 (6.64% from 255 or 11.03% from 145); Max value from RGB is 103 - color contains mainly: red. Hex color #671A10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #671A10 is #98E5EF. Grayscale: #2F2F2F. Windows color (decimal): -10020336 or 1055335. OLE color: 1055335.

HSL color Cylindrical-coordinate representation of color #671A10: hue angle of 6.9º 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 #671A10 is Cyan = 0, Magento = 0.75, Yellow = 0.84 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 26 16 -
CMYK 0 0.75 0.84 0.60
HSL 6.9º 0.73% 0.23% -
HSV(B) 6.9º 0.84% 0.4% -
XYZ 6.06 3.66 0.88 -
YUV 47.88 110.01 167.31 -
System Red Green Blue C M Y K H S L
Decimal 103 26 16 0 0.75 0.84 0.60 6.9 0.73 0.23
Hex 67 1A 10 0 4B 54 3C 7 49 17
Octal 147 32 20 0 113 124 74 7 111 27
Binary 1100111 11010 10000 0 1001011 1010100 111100 111 1001001 10111

Color Harmonies of #671A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671A10

Black with #671A10

Text Example


Text Example

White with #671A10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #671A10; }

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

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

background-color css

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

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

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

border-color css

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

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

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