Html Css Color HEX #671E11 Red Oxide

📋 copy color: '#671E11'

red 103 ◦ green 30 ◦ blue 17

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

Shades of Red Oxide #671E11

Tints of Red Oxide #671E11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 11.33%

R = 68.67%
G = 20%
B = 11.33%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.83

 K value IS 0.60

RGB Variations

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

Color information

#671E11 (or 0x671E11) is known color: Red Oxide. HEX triplet: 67, 1E and 11. RGB value is (103,30,17). Sum of RGB (Red+Green+Blue) = 103+30+17=150 (19% of max value = 765). Red value is 103 (40.62% from 255 or 68.67% from 150); Green value is 30 (12.11% from 255 or 20% from 150); Blue value is 17 (7.03% from 255 or 11.33% from 150); Max value from RGB is 103 - color contains mainly: red. Hex color #671E11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #671E11 is #98E1EE. Grayscale: #323232. Windows color (decimal): -10019311 or 1121895. OLE color: 1121895.

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

Color convert

RGB 103 30 17 -
CMYK 0 0.71 0.83 0.60
HSL 9.07º 0.72% 0.24% -
HSV(B) 9.07º 0.83% 0.4% -
XYZ 6.16 3.85 0.95 -
YUV 50.35 109.18 165.56 -
System Red Green Blue C M Y K H S L
Decimal 103 30 17 0 0.71 0.83 0.60 9.07 0.72 0.24
Hex 67 1E 11 0 47 53 3C 9 48 18
Octal 147 36 21 0 107 123 74 11 110 30
Binary 1100111 11110 10001 0 1000111 1010011 111100 1001 1001000 11000

Color Harmonies of #671E11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671E11

Black with #671E11

Text Example


Text Example

White with #671E11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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