Html Css Color HEX #671800 Red Oxide

📋 copy color: '#671800'

red 103 ◦ green 24 ◦ blue 0

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

Shades of Red Oxide #671800

Tints of Red Oxide #671800

RGB

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

 GREEN value IS 24 (9.77% from 255) = 18.9%

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

R = 81.1%
G = 18.9%
B = 0%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 1

 K value IS 0.60

RGB Variations

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

Color information

#671800 (or 0x671800) is known color: Red Oxide. HEX triplet: 67, 18 and 00. RGB value is (103,24,0). Sum of RGB (Red+Green+Blue) = 103+24+0=127 (16% of max value = 765). Red value is 103 (40.62% from 255 or 81.10% from 127); Green value is 24 (9.77% from 255 or 18.90% from 127); Blue value is 0 (0.39% from 255 or 0% from 127); Max value from RGB is 103 - color contains mainly: red. Hex color #671800 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #671800 is #98E7FF. Grayscale: #2D2D2D. Windows color (decimal): -10020864 or 6247. OLE color: 6247.

HSL color Cylindrical-coordinate representation of color #671800: hue angle of 13.98º 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 #671800 is Cyan = 0, Magento = 0.77, Yellow = 1 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 24 0 -
CMYK 0 0.77 1 0.60
HSL 13.98º 1% 0.2% -
HSV(B) 13.98º 1% 0.4% -
XYZ 5.92 3.54 0.37 -
YUV 44.89 102.67 169.45 -
System Red Green Blue C M Y K H S L
Decimal 103 24 0 0 0.77 1 0.60 13.98 1 0.2
Hex 67 18 0 0 4D 64 3C E 64 14
Octal 147 30 0 0 115 144 74 16 144 24
Binary 1100111 11000 0 0 1001101 1100100 111100 1110 1100100 10100

Color Harmonies of #671800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671800

Black with #671800

Text Example


Text Example

White with #671800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #671800; }

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

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

background-color css

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

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

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

border-color css

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

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

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