Html Css Color HEX #671600 Red Oxide

📋 copy color: '#671600'

red 103 ◦ green 22 ◦ blue 0

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

Shades of Red Oxide #671600

Tints of Red Oxide #671600

RGB

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

 GREEN value IS 22 (8.98% from 255) = 17.6%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 82.4%
G = 17.6%
B = 0%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 1

 K value IS 0.60

RGB Variations

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

Color information

#671600 (or 0x671600) is known color: Red Oxide. HEX triplet: 67, 16 and 00. RGB value is (103,22,0). Sum of RGB (Red+Green+Blue) = 103+22+0=125 (16% of max value = 765). Red value is 103 (40.62% from 255 or 82.4% from 125); Green value is 22 (8.98% from 255 or 17.6% from 125); Blue value is 0 (0.39% from 255 or 0% from 125); Max value from RGB is 103 - color contains mainly: red. Hex color #671600 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #671600 is #98E9FF. Grayscale: #2B2B2B. Windows color (decimal): -10021376 or 5735. OLE color: 5735.

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

Color convert

RGB 103 22 0 -
CMYK 0 0.79 1 0.60
HSL 12.82º 1% 0.2% -
HSV(B) 12.82º 1% 0.4% -
XYZ 5.88 3.46 0.36 -
YUV 43.71 103.34 170.29 -
System Red Green Blue C M Y K H S L
Decimal 103 22 0 0 0.79 1 0.60 12.82 1 0.2
Hex 67 16 0 0 4F 64 3C D 64 14
Octal 147 26 0 0 117 144 74 15 144 24
Binary 1100111 10110 0 0 1001111 1100100 111100 1101 1100100 10100

Color Harmonies of #671600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671600

Black with #671600

Text Example


Text Example

White with #671600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #671600; }

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

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

background-color css

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

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

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

border-color css

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

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

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