Html Css Color HEX #672824 Auburn

📋 copy color: '#672824'

red 103 ◦ green 40 ◦ blue 36

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

Shades of Auburn #672824

Tints of Auburn #672824

RGB

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

 GREEN value IS 40 (16.02% from 255) = 22.35%

 BLUE value IS 36 (14.45% from 255) = 20.11%

R = 57.54%
G = 22.35%
B = 20.11%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.65

 K value IS 0.60

RGB Variations

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

Color information

#672824 (or 0x672824) is known color: Auburn. HEX triplet: 67, 28 and 24. RGB value is (103,40,36). Sum of RGB (Red+Green+Blue) = 103+40+36=179 (23% of max value = 765). Red value is 103 (40.62% from 255 or 57.54% from 179); Green value is 40 (16.02% from 255 or 22.35% from 179); Blue value is 36 (14.45% from 255 or 20.11% from 179); Max value from RGB is 103 - color contains mainly: red. Hex color #672824 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #672824 is #98D7DB. Grayscale: #3A3A3A. Windows color (decimal): -10016732 or 2369639. OLE color: 2369639.

HSL color Cylindrical-coordinate representation of color #672824: hue angle of 3.58º degrees, saturation: 0.48, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #672824 is Cyan = 0, Magento = 0.61, Yellow = 0.65 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 40 36 -
CMYK 0 0.61 0.65 0.60
HSL 3.58º 0.48% 0.27% -
HSV(B) 3.58º 0.65% 0.4% -
XYZ 6.67 4.53 2.19 -
YUV 58.38 115.37 159.83 -
System Red Green Blue C M Y K H S L
Decimal 103 40 36 0 0.61 0.65 0.60 3.58 0.48 0.27
Hex 67 28 24 0 3D 41 3C 4 30 1B
Octal 147 50 44 0 75 101 74 4 60 33
Binary 1100111 101000 100100 0 111101 1000001 111100 100 110000 11011

Color Harmonies of #672824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #672824

Black with #672824

Text Example


Text Example

White with #672824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #672824; }

 p { color: rgb(103,40,36); }

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

background-color css

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

 a { background-color: rgb(103,40,36); }

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

border-color css

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

 span { border-color: rgb(103,40,36); }

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