Html Css Color HEX #6F2523 Auburn

📋 copy color: '#6F2523'

red 111 ◦ green 37 ◦ blue 35

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

Shades of Auburn #6F2523

Tints of Auburn #6F2523

RGB

 RED value IS 111 (43.75% from 255) = 60.66%

 GREEN value IS 37 (14.84% from 255) = 20.22%

 BLUE value IS 35 (14.06% from 255) = 19.13%

R = 60.66%
G = 20.22%
B = 19.13%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.68

 K value IS 0.56

RGB Variations

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

Color information

#6F2523 (or 0x6F2523) is known color: Auburn. HEX triplet: 6F, 25 and 23. RGB value is (111,37,35). Sum of RGB (Red+Green+Blue) = 111+37+35=183 (24% of max value = 765). Red value is 111 (43.75% from 255 or 60.66% from 183); Green value is 37 (14.84% from 255 or 20.22% from 183); Blue value is 35 (14.06% from 255 or 19.13% from 183); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2523 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F2523 is #90DADC. Grayscale: #3A3A3A. Windows color (decimal): -9493213 or 2303343. OLE color: 2303343.

HSL color Cylindrical-coordinate representation of color #6F2523: hue angle of 1.58º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6F2523 is Cyan = 0, Magento = 0.67, Yellow = 0.68 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 37 35 -
CMYK 0 0.67 0.68 0.56
HSL 1.58º 0.52% 0.29% -
HSV(B) 1.58º 0.68% 0.44% -
XYZ 7.52 4.82 2.12 -
YUV 58.9 114.52 165.16 -
System Red Green Blue C M Y K H S L
Decimal 111 37 35 0 0.67 0.68 0.56 1.58 0.52 0.29
Hex 6F 25 23 0 43 44 38 2 34 1D
Octal 157 45 43 0 103 104 70 2 64 35
Binary 1101111 100101 100011 0 1000011 1000100 111000 10 110100 11101

Color Harmonies of #6F2523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F2523

Black with #6F2523

Text Example


Text Example

White with #6F2523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6F2523; }

 p { color: rgb(111,37,35); }

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

background-color css

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

 a { background-color: rgb(111,37,35); }

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

border-color css

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

 span { border-color: rgb(111,37,35); }

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