#6F631C

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

Shades of Olivetone #6F631C

Tints of Olivetone #6F631C

Color information

#6F631C (or 0x6F631C) is unknown color: approx Olivetone. HEX triplet: 6F, 63 and 1C. RGB value is (111,99,28). Sum of RGB (Red+Green+Blue) = 111+99+28=238 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.64% from 238); Green value is 99 (39.06% from 255 or 41.60% from 238); Blue value is 28 (11.33% from 255 or 11.76% from 238); Max value from RGB is 111 - color contains mainly: red. Hex color #6F631C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F631C is #909CE3. Grayscale: #5E5E5E. Windows color (decimal): -9477348 or 1860463. OLE color: 1860463.

HSL color Cylindrical-coordinate representation of color #6F631C: hue angle of 51.33º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6F631C is Cyan = 0, Magento = 0.11, Yellow = 0.75 and Black (K on CMYK) = 0.56.

Color convert

RGB1119928-
CMYK00.110.750.56
HSL51.33º59.71%27.25%-
HSV(B)51.33º74.77%43.53%-
XYZ11.2312.392.9-
YUV94.4990.48139.77-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 46.64%
GREEN value IS 99 (39.06% from 255) = 41.60%
BLUE value IS 28 (11.33% from 255) = 11.76%
R=46.64%
G=41.60%
B=11.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.75
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111992800.110.750.5651.3359.7127.25
Hex6F631C0B4B38333c1b
Octal1571433401311370637433
Binary110111111000111110001011100101111100011001111110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F631C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,99,28); }

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

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

 a { background-color: rgb(111,99,28); }

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

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

 span { border-color: rgb(111,99,28); }

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