Html Css Color HEX #6F2723 Auburn

📋 copy color: '#6F2723'

red 111 ◦ green 39 ◦ blue 35

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

Shades of Auburn #6F2723

Tints of Auburn #6F2723

RGB

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

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

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

R = 60%
G = 21.08%
B = 18.92%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.68

 K value IS 0.56

RGB Variations

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

Color information

#6F2723 (or 0x6F2723) is known color: Auburn. HEX triplet: 6F, 27 and 23. RGB value is (111,39,35). Sum of RGB (Red+Green+Blue) = 111+39+35=185 (24% of max value = 765). Red value is 111 (43.75% from 255 or 60% from 185); Green value is 39 (15.62% from 255 or 21.08% from 185); Blue value is 35 (14.06% from 255 or 18.92% from 185); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2723 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F2723 is #90D8DC. Grayscale: #3C3C3C. Windows color (decimal): -9492701 or 2303855. OLE color: 2303855.

HSL color Cylindrical-coordinate representation of color #6F2723: hue angle of 3.16º 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 #6F2723 is Cyan = 0, Magento = 0.65, Yellow = 0.68 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 39 35 -
CMYK 0 0.65 0.68 0.56
HSL 3.16º 0.52% 0.29% -
HSV(B) 3.16º 0.68% 0.44% -
XYZ 7.58 4.95 2.15 -
YUV 60.07 113.85 164.33 -
System Red Green Blue C M Y K H S L
Decimal 111 39 35 0 0.65 0.68 0.56 3.16 0.52 0.29
Hex 6F 27 23 0 41 44 38 3 34 1D
Octal 157 47 43 0 101 104 70 3 64 35
Binary 1101111 100111 100011 0 1000001 1000100 111000 11 110100 11101

Color Harmonies of #6F2723

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F2723

Black with #6F2723

Text Example


Text Example

White with #6F2723

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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