#6F231E

Color #6F231E Auburn (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Auburn #6F231E

Tints of Auburn #6F231E

Color information

#6F231E (or 0x6F231E) is unknown color: approx Auburn. HEX triplet: 6F, 23 and 1E. RGB value is (111,35,30). Sum of RGB (Red+Green+Blue) = 111+35+30=176 (23% of max value = 765). Red value is 111 (43.75% from 255 or 63.07% from 176); Green value is 35 (14.06% from 255 or 19.89% from 176); Blue value is 30 (12.11% from 255 or 17.05% from 176); Max value from RGB is 111 - color contains mainly: red. Hex color #6F231E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F231E is #90DCE1. Grayscale: #393939. Windows color (decimal): -9493730 or 1975151. OLE color: 1975151.

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

Color convert

RGB1113530-
CMYK00.680.730.56
HSL3.7º57.45%27.65%-
HSV(B)3.7º72.97%43.53%-
XYZ7.394.681.74-
YUV57.15112.68166.41-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 63.07%
GREEN value IS 35 (14.06% from 255) = 19.89%
BLUE value IS 30 (12.11% from 255) = 17.05%
R=63.07%
G=19.89%
B=17.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.73
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111353000.680.730.563.757.4527.65
Hex6F231E04449384391c
Octal157433601041117047134
Binary11011111000111111001000100100100111100010011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F231E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6F231E;
 }
 .AnyTagClassName
 {
   color: #6F231E;
 }
</style>
background-color css

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

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

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

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

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

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