Html Css Color HEX #682A28 Auburn

📋 copy color: '#682A28'

red 104 ◦ green 42 ◦ blue 40

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

Shades of Auburn #682A28

Tints of Auburn #682A28

RGB

 RED value IS 104 (41.02% from 255) = 55.91%

 GREEN value IS 42 (16.8% from 255) = 22.58%

 BLUE value IS 40 (16.02% from 255) = 21.51%

R = 55.91%
G = 22.58%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.62

 K value IS 0.59

RGB Variations

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

Color information

#682A28 (or 0x682A28) is known color: Auburn. HEX triplet: 68, 2A and 28. RGB value is (104,42,40). Sum of RGB (Red+Green+Blue) = 104+42+40=186 (24% of max value = 765). Red value is 104 (41.02% from 255 or 55.91% from 186); Green value is 42 (16.80% from 255 or 22.58% from 186); Blue value is 40 (16.02% from 255 or 21.51% from 186); Max value from RGB is 104 - color contains mainly: red. Hex color #682A28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682A28 is #97D5D7. Grayscale: #3C3C3C. Windows color (decimal): -9950680 or 2632296. OLE color: 2632296.

HSL color Cylindrical-coordinate representation of color #682A28: hue angle of 1.88º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #682A28 is Cyan = 0, Magento = 0.60, Yellow = 0.62 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 42 40 -
CMYK 0 0.60 0.62 0.59
HSL 1.88º 0.44% 0.28% -
HSV(B) 1.88º 0.62% 0.41% -
XYZ 6.92 4.75 2.56 -
YUV 60.31 116.54 159.16 -
System Red Green Blue C M Y K H S L
Decimal 104 42 40 0 0.60 0.62 0.59 1.88 0.44 0.28
Hex 68 2A 28 0 3C 3E 3B 2 2C 1C
Octal 150 52 50 0 74 76 73 2 54 34
Binary 1101000 101010 101000 0 111100 111110 111011 10 101100 11100

Color Harmonies of #682A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682A28

Black with #682A28

Text Example


Text Example

White with #682A28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682A28; }

 p { color: rgb(104,42,40); }

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

background-color css

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

 a { background-color: rgb(104,42,40); }

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

border-color css

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

 span { border-color: rgb(104,42,40); }

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