Html Css Color HEX #671D12 Red Oxide

📋 copy color: '#671D12'

red 103 ◦ green 29 ◦ blue 18

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

Shades of Red Oxide #671D12

Tints of Red Oxide #671D12

RGB

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

 GREEN value IS 29 (11.72% from 255) = 19.33%

 BLUE value IS 18 (7.42% from 255) = 12%

R = 68.67%
G = 19.33%
B = 12%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.83

 K value IS 0.60

RGB Variations

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

Color information

#671D12 (or 0x671D12) is known color: Red Oxide. HEX triplet: 67, 1D and 12. RGB value is (103,29,18). Sum of RGB (Red+Green+Blue) = 103+29+18=150 (19% of max value = 765). Red value is 103 (40.62% from 255 or 68.67% from 150); Green value is 29 (11.72% from 255 or 19.33% from 150); Blue value is 18 (7.42% from 255 or 12% from 150); Max value from RGB is 103 - color contains mainly: red. Hex color #671D12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #671D12 is #98E2ED. Grayscale: #313131. Windows color (decimal): -10019566 or 1187175. OLE color: 1187175.

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

Color convert

RGB 103 29 18 -
CMYK 0 0.72 0.83 0.60
HSL 7.76º 0.7% 0.24% -
HSV(B) 7.76º 0.83% 0.4% -
XYZ 6.14 3.81 0.98 -
YUV 49.87 110.02 165.89 -
System Red Green Blue C M Y K H S L
Decimal 103 29 18 0 0.72 0.83 0.60 7.76 0.7 0.24
Hex 67 1D 12 0 48 53 3C 8 46 18
Octal 147 35 22 0 110 123 74 10 106 30
Binary 1100111 11101 10010 0 1001000 1010011 111100 1000 1000110 11000

Color Harmonies of #671D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671D12

Black with #671D12

Text Example


Text Example

White with #671D12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,29,18); }

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

background-color css

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

 a { background-color: rgb(103,29,18); }

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

border-color css

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

 span { border-color: rgb(103,29,18); }

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