Html Css Color HEX #671F17 Red Oxide

📋 copy color: '#671F17'

red 103 ◦ green 31 ◦ blue 23

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

Shades of Red Oxide #671F17

Tints of Red Oxide #671F17

RGB

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

 GREEN value IS 31 (12.5% from 255) = 19.75%

 BLUE value IS 23 (9.38% from 255) = 14.65%

R = 65.61%
G = 19.75%
B = 14.65%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.78

 K value IS 0.60

RGB Variations

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

Color information

#671F17 (or 0x671F17) is known color: Red Oxide. HEX triplet: 67, 1F and 17. RGB value is (103,31,23). Sum of RGB (Red+Green+Blue) = 103+31+23=157 (20% of max value = 765). Red value is 103 (40.62% from 255 or 65.61% from 157); Green value is 31 (12.5% from 255 or 19.75% from 157); Blue value is 23 (9.38% from 255 or 14.65% from 157); Max value from RGB is 103 - color contains mainly: red. Hex color #671F17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #671F17 is #98E0E8. Grayscale: #333333. Windows color (decimal): -10019049 or 1515367. OLE color: 1515367.

HSL color Cylindrical-coordinate representation of color #671F17: hue angle of 6º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #671F17 is Cyan = 0, Magento = 0.70, Yellow = 0.78 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 31 23 -
CMYK 0 0.70 0.78 0.60
HSL 0.63% 0.25% -
HSV(B) 0.78% 0.4% -
XYZ 6.24 3.93 1.24 -
YUV 51.62 111.85 164.65 -
System Red Green Blue C M Y K H S L
Decimal 103 31 23 0 0.70 0.78 0.60 6 0.63 0.25
Hex 67 1F 17 0 46 4E 3C 6 3F 19
Octal 147 37 27 0 106 116 74 6 77 31
Binary 1100111 11111 10111 0 1000110 1001110 111100 110 111111 11001

Color Harmonies of #671F17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671F17

Black with #671F17

Text Example


Text Example

White with #671F17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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