#671705

Color #671705 Red Oxide (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Oxide #671705

Tints of Red Oxide #671705

Color information

#671705 (or 0x671705) is unknown color: approx Red Oxide. HEX triplet: 67, 17 and 05. RGB value is (103,23,5). Sum of RGB (Red+Green+Blue) = 103+23+5=131 (17% of max value = 765). Red value is 103 (40.62% from 255 or 78.63% from 131); Green value is 23 (9.38% from 255 or 17.56% from 131); Blue value is 5 (2.34% from 255 or 3.82% from 131); Max value from RGB is 103 - color contains mainly: red. Hex color #671705 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #671705 is #98E8FA. Grayscale: #2D2D2D. Windows color (decimal): -10021115 or 333671. OLE color: 333671.

HSL color Cylindrical-coordinate representation of color #671705: hue angle of 11.02º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #671705 is Cyan = 0, Magento = 0.78, Yellow = 0.95 and Black (K on CMYK) = 0.60.

Color convert

RGB103235-
CMYK00.780.950.60
HSL11.02º90.74%21.18%-
HSV(B)11.02º95.15%40.39%-
XYZ5.933.510.51-
YUV44.87105.5169.46-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 78.63%
GREEN value IS 23 (9.38% from 255) = 17.56%
BLUE value IS 5 (2.34% from 255) = 3.82%
R=78.63%
G=17.56%
B=3.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.95
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10323500.780.950.6011.0290.7421.18
Hex6717504E5F3Cb5b15
Octal1472750116137741313325
Binary1100111101111010100111010111111111001011101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #671705

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #671705; }

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

 H1.HeaderClassName
 {
   color: #671705;
 }
 .AnyTagClassName
 {
   color: #671705;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #671705;
 }
 .BgClassName
 {
   background-color: #671705;
 }
</style>
border-color css

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

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

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