#671602

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

Shades of Red Oxide #671602

Tints of Red Oxide #671602

Color information

#671602 (or 0x671602) is unknown color: approx Red Oxide. HEX triplet: 67, 16 and 02. RGB value is (103,22,2). Sum of RGB (Red+Green+Blue) = 103+22+2=127 (16% of max value = 765). Red value is 103 (40.62% from 255 or 81.10% from 127); Green value is 22 (8.98% from 255 or 17.32% from 127); Blue value is 2 (1.17% from 255 or 1.57% from 127); Max value from RGB is 103 - color contains mainly: red. Hex color #671602 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #671602 is #98E9FD. Grayscale: #2C2C2C. Windows color (decimal): -10021374 or 136807. OLE color: 136807.

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

Color convert

RGB103222-
CMYK00.790.980.60
HSL11.88º96.19%20.59%-
HSV(B)11.88º98.06%40.39%-
XYZ5.893.460.42-
YUV43.94104.34170.13-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 81.10%
GREEN value IS 22 (8.98% from 255) = 17.32%
BLUE value IS 2 (1.17% from 255) = 1.57%
R=81.10%
G=17.32%
B=1.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.98
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10322200.790.980.6011.8896.1920.59
Hex6716204F623Cc6015
Octal1472620117142741414025
Binary110011110110100100111111000101111001100110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #671602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #671602; }

 p { color: rgb(103,22,2); }

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

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

 a { background-color: rgb(103,22,2); }

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

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

 span { border-color: rgb(103,22,2); }

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