Html Css Color HEX #692929 Auburn

📋 copy color: '#692929'

red 105 ◦ green 41 ◦ blue 41

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

Shades of Auburn #692929

Tints of Auburn #692929

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 21.93%

R = 56.15%
G = 21.93%
B = 21.93%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.61

 K value IS 0.59

RGB Variations

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

Color information

#692929 (or 0x692929) is known color: Auburn. HEX triplet: 69, 29 and 29. RGB value is (105,41,41). Sum of RGB (Red+Green+Blue) = 105+41+41=187 (24% of max value = 765). Red value is 105 (41.41% from 255 or 56.15% from 187); Green value is 41 (16.41% from 255 or 21.93% from 187); Blue value is 41 (16.41% from 255 or 21.93% from 187); Max value from RGB is 105 - color contains mainly: red. Hex color #692929 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #692929 is #96D6D6. Grayscale: #3C3C3C. Windows color (decimal): -9885399 or 2697577. OLE color: 2697577.

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

Color convert

RGB 105 41 41 -
CMYK 0 0.61 0.61 0.59
HSL 0.44% 0.29% -
HSV(B) 0.61% 0.41% -
XYZ 7.02 4.75 2.64 -
YUV 60.14 117.2 160 -
System Red Green Blue C M Y K H S L
Decimal 105 41 41 0 0.61 0.61 0.59 0 0.44 0.29
Hex 69 29 29 0 3D 3D 3B 0 2C 1D
Octal 151 51 51 0 75 75 73 0 54 35
Binary 1101001 101001 101001 0 111101 111101 111011 0 101100 11101

Color Harmonies of #692929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #692929

Black with #692929

Text Example


Text Example

White with #692929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #692929; }

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

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

background-color css

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

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

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

border-color css

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

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

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