Html Css Color HEX #692727 Auburn

📋 copy color: '#692727'

red 105 ◦ green 39 ◦ blue 39

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

Shades of Auburn #692727

Tints of Auburn #692727

RGB

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

 GREEN value IS 39 (15.63% from 255) = 21.31%

 BLUE value IS 39 (15.63% from 255) = 21.31%

R = 57.38%
G = 21.31%
B = 21.31%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.63

 K value IS 0.59

RGB Variations

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

Color information

#692727 (or 0x692727) is known color: Auburn. HEX triplet: 69, 27 and 27. RGB value is (105,39,39). Sum of RGB (Red+Green+Blue) = 105+39+39=183 (24% of max value = 765). Red value is 105 (41.41% from 255 or 57.38% from 183); Green value is 39 (15.62% from 255 or 21.31% from 183); Blue value is 39 (15.62% from 255 or 21.31% from 183); Max value from RGB is 105 - color contains mainly: red. Hex color #692727 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #692727 is #96D8D8. Grayscale: #3A3A3A. Windows color (decimal): -9885913 or 2565993. OLE color: 2565993.

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

Color convert

RGB 105 39 39 -
CMYK 0 0.63 0.63 0.59
HSL 0.46% 0.28% -
HSV(B) 0.63% 0.41% -
XYZ 6.92 4.6 2.44 -
YUV 58.73 116.87 161 -
System Red Green Blue C M Y K H S L
Decimal 105 39 39 0 0.63 0.63 0.59 0 0.46 0.28
Hex 69 27 27 0 3F 3F 3B 0 2E 1C
Octal 151 47 47 0 77 77 73 0 56 34
Binary 1101001 100111 100111 0 111111 111111 111011 0 101110 11100

Color Harmonies of #692727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #692727

Black with #692727

Text Example


Text Example

White with #692727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #692727; }

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

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

background-color css

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

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

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

border-color css

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

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

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