Html Css Color HEX #692A28 Auburn

📋 copy color: '#692A28'

red 105 ◦ green 42 ◦ blue 40

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

Shades of Auburn #692A28

Tints of Auburn #692A28

RGB

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

 GREEN value IS 42 (16.8% from 255) = 22.46%

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

R = 56.15%
G = 22.46%
B = 21.39%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.62

 K value IS 0.59

RGB Variations

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

Color information

#692A28 (or 0x692A28) is known color: Auburn. HEX triplet: 69, 2A and 28. RGB value is (105,42,40). Sum of RGB (Red+Green+Blue) = 105+42+40=187 (24% of max value = 765). Red value is 105 (41.41% from 255 or 56.15% from 187); Green value is 42 (16.80% from 255 or 22.46% from 187); Blue value is 40 (16.02% from 255 or 21.39% from 187); Max value from RGB is 105 - color contains mainly: red. Hex color #692A28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #692A28 is #96D5D7. Grayscale: #3C3C3C. Windows color (decimal): -9885144 or 2632297. OLE color: 2632297.

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

Color convert

RGB 105 42 40 -
CMYK 0 0.6 0.62 0.59
HSL 1.85º 0.45% 0.28% -
HSV(B) 1.85º 0.62% 0.41% -
XYZ 7.04 4.81 2.57 -
YUV 60.61 116.37 159.66 -
System Red Green Blue C M Y K H S L
Decimal 105 42 40 0 0.6 0.62 0.59 1.85 0.45 0.28
Hex 69 2A 28 0 3C 3E 3B 2 2D 1C
Octal 151 52 50 0 74 76 73 2 55 34
Binary 1101001 101010 101000 0 111100 111110 111011 10 101101 11100

Color Harmonies of #692A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #692A28

Black with #692A28

Text Example


Text Example

White with #692A28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #692A28; }

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

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

background-color css

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

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

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

border-color css

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

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

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