Html Css Color HEX #682928 Auburn

📋 copy color: '#682928'

red 104 ◦ green 41 ◦ blue 40

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

Shades of Auburn #682928

Tints of Auburn #682928

RGB

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

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

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

R = 56.22%
G = 22.16%
B = 21.62%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.62

 K value IS 0.59

RGB Variations

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

Color information

#682928 (or 0x682928) is known color: Auburn. HEX triplet: 68, 29 and 28. RGB value is (104,41,40). Sum of RGB (Red+Green+Blue) = 104+41+40=185 (24% of max value = 765). Red value is 104 (41.02% from 255 or 56.22% from 185); Green value is 41 (16.41% from 255 or 22.16% from 185); Blue value is 40 (16.02% from 255 or 21.62% from 185); Max value from RGB is 104 - color contains mainly: red. Hex color #682928 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682928 is #97D6D7. Grayscale: #3B3B3B. Windows color (decimal): -9950936 or 2632040. OLE color: 2632040.

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

Color convert

RGB 104 41 40 -
CMYK 0 0.61 0.62 0.59
HSL 0.94º 0.44% 0.28% -
HSV(B) 0.94º 0.62% 0.41% -
XYZ 6.88 4.68 2.55 -
YUV 59.72 116.87 159.58 -
System Red Green Blue C M Y K H S L
Decimal 104 41 40 0 0.61 0.62 0.59 0.94 0.44 0.28
Hex 68 29 28 0 3D 3E 3B 1 2C 1C
Octal 150 51 50 0 75 76 73 1 54 34
Binary 1101000 101001 101000 0 111101 111110 111011 1 101100 11100

Color Harmonies of #682928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682928

Black with #682928

Text Example


Text Example

White with #682928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682928; }

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

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

background-color css

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

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

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

border-color css

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

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

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