Html Css Color HEX #692928 Auburn

📋 copy color: '#692928'

red 105 ◦ green 41 ◦ blue 40

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

Shades of Auburn #692928

Tints of Auburn #692928

RGB

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

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

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

R = 56.45%
G = 22.04%
B = 21.51%

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

#692928 (or 0x692928) is known color: Auburn. HEX triplet: 69, 29 and 28. RGB value is (105,41,40). Sum of RGB (Red+Green+Blue) = 105+41+40=186 (24% of max value = 765). Red value is 105 (41.41% from 255 or 56.45% from 186); Green value is 41 (16.41% from 255 or 22.04% from 186); Blue value is 40 (16.02% from 255 or 21.51% from 186); Max value from RGB is 105 - color contains mainly: red. Hex color #692928 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #692928 is #96D6D7. Grayscale: #3C3C3C. Windows color (decimal): -9885400 or 2632041. OLE color: 2632041.

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

Color convert

RGB 105 41 40 -
CMYK 0 0.61 0.62 0.59
HSL 0.92º 0.45% 0.28% -
HSV(B) 0.92º 0.62% 0.41% -
XYZ 7 4.74 2.55 -
YUV 60.02 116.7 160.08 -
System Red Green Blue C M Y K H S L
Decimal 105 41 40 0 0.61 0.62 0.59 0.92 0.45 0.28
Hex 69 29 28 0 3D 3E 3B 1 2D 1C
Octal 151 51 50 0 75 76 73 1 55 34
Binary 1101001 101001 101000 0 111101 111110 111011 1 101101 11100

Color Harmonies of #692928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #692928

Black with #692928

Text Example


Text Example

White with #692928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #692928; }

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

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

background-color css

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

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

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

border-color css

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

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

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