Html Css Color HEX #682825 Auburn

📋 copy color: '#682825'

red 104 ◦ green 40 ◦ blue 37

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

Shades of Auburn #682825

Tints of Auburn #682825

RGB

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

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

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

R = 57.46%
G = 22.1%
B = 20.44%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.64

 K value IS 0.59

RGB Variations

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

Color information

#682825 (or 0x682825) is known color: Auburn. HEX triplet: 68, 28 and 25. RGB value is (104,40,37). Sum of RGB (Red+Green+Blue) = 104+40+37=181 (23% of max value = 765). Red value is 104 (41.02% from 255 or 57.46% from 181); Green value is 40 (16.02% from 255 or 22.10% from 181); Blue value is 37 (14.84% from 255 or 20.44% from 181); Max value from RGB is 104 - color contains mainly: red. Hex color #682825 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682825 is #97D7DA. Grayscale: #3A3A3A. Windows color (decimal): -9951195 or 2435176. OLE color: 2435176.

HSL color Cylindrical-coordinate representation of color #682825: hue angle of 2.69º 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 #682825 is Cyan = 0, Magento = 0.62, Yellow = 0.64 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 40 37 -
CMYK 0 0.62 0.64 0.59
HSL 2.69º 0.48% 0.28% -
HSV(B) 2.69º 0.64% 0.41% -
XYZ 6.8 4.59 2.28 -
YUV 58.79 115.7 160.24 -
System Red Green Blue C M Y K H S L
Decimal 104 40 37 0 0.62 0.64 0.59 2.69 0.48 0.28
Hex 68 28 25 0 3E 40 3B 3 30 1C
Octal 150 50 45 0 76 100 73 3 60 34
Binary 1101000 101000 100101 0 111110 1000000 111011 11 110000 11100

Color Harmonies of #682825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682825

Black with #682825

Text Example


Text Example

White with #682825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682825; }

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

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

background-color css

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

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

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

border-color css

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

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

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