Html Css Color HEX #671E10 Red Oxide

📋 copy color: '#671E10'

red 103 ◦ green 30 ◦ blue 16

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

Shades of Red Oxide #671E10

Tints of Red Oxide #671E10

RGB

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

 GREEN value IS 30 (12.11% from 255) = 20.13%

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

R = 69.13%
G = 20.13%
B = 10.74%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.84

 K value IS 0.60

RGB Variations

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

Color information

#671E10 (or 0x671E10) is known color: Red Oxide. HEX triplet: 67, 1E and 10. RGB value is (103,30,16). Sum of RGB (Red+Green+Blue) = 103+30+16=149 (19% of max value = 765). Red value is 103 (40.62% from 255 or 69.13% from 149); Green value is 30 (12.11% from 255 or 20.13% from 149); Blue value is 16 (6.64% from 255 or 10.74% from 149); Max value from RGB is 103 - color contains mainly: red. Hex color #671E10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #671E10 is #98E1EF. Grayscale: #323232. Windows color (decimal): -10019312 or 1056359. OLE color: 1056359.

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

Color convert

RGB 103 30 16 -
CMYK 0 0.71 0.84 0.60
HSL 9.66º 0.73% 0.23% -
HSV(B) 9.66º 0.84% 0.4% -
XYZ 6.15 3.85 0.91 -
YUV 50.23 108.68 165.64 -
System Red Green Blue C M Y K H S L
Decimal 103 30 16 0 0.71 0.84 0.60 9.66 0.73 0.23
Hex 67 1E 10 0 47 54 3C A 49 17
Octal 147 36 20 0 107 124 74 12 111 27
Binary 1100111 11110 10000 0 1000111 1010100 111100 1010 1001001 10111

Color Harmonies of #671E10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671E10

Black with #671E10

Text Example


Text Example

White with #671E10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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