Html Css Color HEX #692824 Auburn

📋 copy color: '#692824'

red 105 ◦ green 40 ◦ blue 36

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

Shades of Auburn #692824

Tints of Auburn #692824

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 19.89%

R = 58.01%
G = 22.1%
B = 19.89%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.66

 K value IS 0.59

RGB Variations

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

Color information

#692824 (or 0x692824) is known color: Auburn. HEX triplet: 69, 28 and 24. RGB value is (105,40,36). Sum of RGB (Red+Green+Blue) = 105+40+36=181 (23% of max value = 765). Red value is 105 (41.41% from 255 or 58.01% from 181); Green value is 40 (16.02% from 255 or 22.10% from 181); Blue value is 36 (14.45% from 255 or 19.89% from 181); Max value from RGB is 105 - color contains mainly: red. Hex color #692824 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #692824 is #96D7DB. Grayscale: #3B3B3B. Windows color (decimal): -9885660 or 2369641. OLE color: 2369641.

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

Color convert

RGB 105 40 36 -
CMYK 0 0.62 0.66 0.59
HSL 3.48º 0.49% 0.28% -
HSV(B) 3.48º 0.66% 0.41% -
XYZ 6.9 4.65 2.2 -
YUV 58.98 115.03 160.83 -
System Red Green Blue C M Y K H S L
Decimal 105 40 36 0 0.62 0.66 0.59 3.48 0.49 0.28
Hex 69 28 24 0 3E 42 3B 3 31 1C
Octal 151 50 44 0 76 102 73 3 61 34
Binary 1101001 101000 100100 0 111110 1000010 111011 11 110001 11100

Color Harmonies of #692824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #692824

Black with #692824

Text Example


Text Example

White with #692824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #692824; }

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

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

background-color css

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

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

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

border-color css

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

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

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