#6F4125

Color #6F4125 Semi-Sweet Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Semi-Sweet Chocolate #6F4125

Tints of Semi-Sweet Chocolate #6F4125

Color information

#6F4125 (or 0x6F4125) is unknown color: approx Semi-Sweet Chocolate. HEX triplet: 6F, 41 and 25. RGB value is (111,65,37). Sum of RGB (Red+Green+Blue) = 111+65+37=213 (28% of max value = 765). Red value is 111 (43.75% from 255 or 52.11% from 213); Green value is 65 (25.78% from 255 or 30.52% from 213); Blue value is 37 (14.84% from 255 or 17.37% from 213); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4125 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F4125 is #90BEDA. Grayscale: #4B4B4B. Windows color (decimal): -9486043 or 2441583. OLE color: 2441583.

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

Color convert

RGB1116537-
CMYK00.410.670.56
HSL22.7º50%29.02%-
HSV(B)22.7º66.67%43.53%-
XYZ8.787.292.7-
YUV75.56106.24153.28-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 52.11%
GREEN value IS 65 (25.78% from 255) = 30.52%
BLUE value IS 37 (14.84% from 255) = 17.37%
R=52.11%
G=30.52%
B=17.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.67
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111653700.410.670.5622.75029.02
Hex6F4125029433817321d
Octal1571014505110370276235
Binary11011111000001100101010100110000111110001011111001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F4125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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