Html Css Color HEX #671D06 Red Oxide

📋 copy color: '#671D06'

red 103 ◦ green 29 ◦ blue 6

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

Shades of Red Oxide #671D06

Tints of Red Oxide #671D06

RGB

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

 GREEN value IS 29 (11.72% from 255) = 21.01%

 BLUE value IS 6 (2.73% from 255) = 4.35%

R = 74.64%
G = 21.01%
B = 4.35%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.94

 K value IS 0.60

RGB Variations

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

Color information

#671D06 (or 0x671D06) is known color: Red Oxide. HEX triplet: 67, 1D and 06. RGB value is (103,29,6). Sum of RGB (Red+Green+Blue) = 103+29+6=138 (18% of max value = 765). Red value is 103 (40.62% from 255 or 74.64% from 138); Green value is 29 (11.72% from 255 or 21.01% from 138); Blue value is 6 (2.73% from 255 or 4.35% from 138); Max value from RGB is 103 - color contains mainly: red. Hex color #671D06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #671D06 is #98E2F9. Grayscale: #303030. Windows color (decimal): -10019578 or 400743. OLE color: 400743.

HSL color Cylindrical-coordinate representation of color #671D06: hue angle of 14.23º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #671D06 is Cyan = 0, Magento = 0.72, Yellow = 0.94 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 29 6 -
CMYK 0 0.72 0.94 0.60
HSL 14.23º 0.89% 0.21% -
HSV(B) 14.23º 0.94% 0.4% -
XYZ 6.07 3.78 0.58 -
YUV 48.5 104.02 166.87 -
System Red Green Blue C M Y K H S L
Decimal 103 29 6 0 0.72 0.94 0.60 14.23 0.89 0.21
Hex 67 1D 6 0 48 5E 3C E 59 15
Octal 147 35 6 0 110 136 74 16 131 25
Binary 1100111 11101 110 0 1001000 1011110 111100 1110 1011001 10101

Color Harmonies of #671D06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671D06

Black with #671D06

Text Example


Text Example

White with #671D06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,29,6); }

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

background-color css

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

 a { background-color: rgb(103,29,6); }

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

border-color css

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

 span { border-color: rgb(103,29,6); }

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