Html Css Color HEX #682925 Auburn

📋 copy color: '#682925'

red 104 ◦ green 41 ◦ blue 37

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

Shades of Auburn #682925

Tints of Auburn #682925

RGB

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

 GREEN value IS 41 (16.41% from 255) = 22.53%

 BLUE value IS 37 (14.84% from 255) = 20.33%

R = 57.14%
G = 22.53%
B = 20.33%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.64

 K value IS 0.59

RGB Variations

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

Color information

#682925 (or 0x682925) is known color: Auburn. HEX triplet: 68, 29 and 25. RGB value is (104,41,37). Sum of RGB (Red+Green+Blue) = 104+41+37=182 (24% of max value = 765). Red value is 104 (41.02% from 255 or 57.14% from 182); Green value is 41 (16.41% from 255 or 22.53% from 182); Blue value is 37 (14.84% from 255 or 20.33% from 182); Max value from RGB is 104 - color contains mainly: red. Hex color #682925 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682925 is #97D6DA. Grayscale: #3B3B3B. Windows color (decimal): -9950939 or 2435432. OLE color: 2435432.

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

Color convert

RGB 104 41 37 -
CMYK 0 0.61 0.64 0.59
HSL 3.58º 0.48% 0.28% -
HSV(B) 3.58º 0.64% 0.41% -
XYZ 6.84 4.66 2.29 -
YUV 59.38 115.37 159.83 -
System Red Green Blue C M Y K H S L
Decimal 104 41 37 0 0.61 0.64 0.59 3.58 0.48 0.28
Hex 68 29 25 0 3D 40 3B 4 30 1C
Octal 150 51 45 0 75 100 73 4 60 34
Binary 1101000 101001 100101 0 111101 1000000 111011 100 110000 11100

Color Harmonies of #682925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682925

Black with #682925

Text Example


Text Example

White with #682925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682925; }

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

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

background-color css

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

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

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

border-color css

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

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

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