Html Css Color HEX #682A29 Auburn

📋 copy color: '#682A29'

red 104 ◦ green 42 ◦ blue 41

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

Shades of Auburn #682A29

Tints of Auburn #682A29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 21.93%

R = 55.61%
G = 22.46%
B = 21.93%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.61

 K value IS 0.59

RGB Variations

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

Color information

#682A29 (or 0x682A29) is known color: Auburn. HEX triplet: 68, 2A and 29. RGB value is (104,42,41). Sum of RGB (Red+Green+Blue) = 104+42+41=187 (24% of max value = 765). Red value is 104 (41.02% from 255 or 55.61% from 187); Green value is 42 (16.80% from 255 or 22.46% from 187); Blue value is 41 (16.41% from 255 or 21.93% from 187); Max value from RGB is 104 - color contains mainly: red. Hex color #682A29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682A29 is #97D5D6. Grayscale: #3C3C3C. Windows color (decimal): -9950679 or 2697832. OLE color: 2697832.

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

Color convert

RGB 104 42 41 -
CMYK 0 0.60 0.61 0.59
HSL 0.95º 0.43% 0.28% -
HSV(B) 0.95º 0.61% 0.41% -
XYZ 6.94 4.76 2.65 -
YUV 60.42 117.04 159.08 -
System Red Green Blue C M Y K H S L
Decimal 104 42 41 0 0.60 0.61 0.59 0.95 0.43 0.28
Hex 68 2A 29 0 3C 3D 3B 1 2B 1C
Octal 150 52 51 0 74 75 73 1 53 34
Binary 1101000 101010 101001 0 111100 111101 111011 1 101011 11100

Color Harmonies of #682A29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682A29

Black with #682A29

Text Example


Text Example

White with #682A29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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