Html Css Color HEX #671A00 Red Oxide

📋 copy color: '#671A00'

red 103 ◦ green 26 ◦ blue 0

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

Shades of Red Oxide #671A00

Tints of Red Oxide #671A00

RGB

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

 GREEN value IS 26 (10.55% from 255) = 20.16%

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

R = 79.84%
G = 20.16%
B = 0%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 1

 K value IS 0.60

RGB Variations

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

Color information

#671A00 (or 0x671A00) is known color: Red Oxide. HEX triplet: 67, 1A and 00. RGB value is (103,26,0). Sum of RGB (Red+Green+Blue) = 103+26+0=129 (17% of max value = 765). Red value is 103 (40.62% from 255 or 79.84% from 129); Green value is 26 (10.55% from 255 or 20.16% from 129); Blue value is 0 (0.39% from 255 or 0% from 129); Max value from RGB is 103 - color contains mainly: red. Hex color #671A00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #671A00 is #98E5FF. Grayscale: #2E2E2E. Windows color (decimal): -10020352 or 6759. OLE color: 6759.

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

Color convert

RGB 103 26 0 -
CMYK 0 0.75 1 0.60
HSL 15.15º 1% 0.2% -
HSV(B) 15.15º 1% 0.4% -
XYZ 5.96 3.62 0.38 -
YUV 46.06 102.01 168.61 -
System Red Green Blue C M Y K H S L
Decimal 103 26 0 0 0.75 1 0.60 15.15 1 0.2
Hex 67 1A 0 0 4B 64 3C F 64 14
Octal 147 32 0 0 113 144 74 17 144 24
Binary 1100111 11010 0 0 1001011 1100100 111100 1111 1100100 10100

Color Harmonies of #671A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671A00

Black with #671A00

Text Example


Text Example

White with #671A00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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