Html Css Color HEX #692828 Auburn

📋 copy color: '#692828'

red 105 ◦ green 40 ◦ blue 40

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

Shades of Auburn #692828

Tints of Auburn #692828

RGB

 RED value IS 105 (41.41% from 255) = 56.76%

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

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

R = 56.76%
G = 21.62%
B = 21.62%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.62

 K value IS 0.59

RGB Variations

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

Color information

#692828 (or 0x692828) is known color: Auburn. HEX triplet: 69, 28 and 28. RGB value is (105,40,40). Sum of RGB (Red+Green+Blue) = 105+40+40=185 (24% of max value = 765). Red value is 105 (41.41% from 255 or 56.76% from 185); Green value is 40 (16.02% from 255 or 21.62% from 185); Blue value is 40 (16.02% from 255 or 21.62% from 185); Max value from RGB is 105 - color contains mainly: red. Hex color #692828 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #692828 is #96D7D7. Grayscale: #3B3B3B. Windows color (decimal): -9885656 or 2631785. OLE color: 2631785.

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

Color convert

RGB 105 40 40 -
CMYK 0 0.62 0.62 0.59
HSL 0.45% 0.28% -
HSV(B) 0.62% 0.41% -
XYZ 6.97 4.67 2.54 -
YUV 59.44 117.03 160.5 -
System Red Green Blue C M Y K H S L
Decimal 105 40 40 0 0.62 0.62 0.59 0 0.45 0.28
Hex 69 28 28 0 3E 3E 3B 0 2D 1C
Octal 151 50 50 0 76 76 73 0 55 34
Binary 1101001 101000 101000 0 111110 111110 111011 0 101101 11100

Color Harmonies of #692828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #692828

Black with #692828

Text Example


Text Example

White with #692828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #692828; }

 p { color: rgb(105,40,40); }

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

background-color css

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

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

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

border-color css

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

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

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