Html Css Color HEX #6F4628 Semi-Sweet Chocolate

📋 copy color: '#6F4628'

red 111 ◦ green 70 ◦ blue 40

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

Shades of Semi-Sweet Chocolate #6F4628

Tints of Semi-Sweet Chocolate #6F4628

RGB

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

 GREEN value IS 70 (27.73% from 255) = 31.67%

 BLUE value IS 40 (16.02% from 255) = 18.1%

R = 50.23%
G = 31.67%
B = 18.1%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.64

 K value IS 0.56

RGB Variations

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

Color information

#6F4628 (or 0x6F4628) is known color: Semi-Sweet Chocolate. HEX triplet: 6F, 46 and 28. RGB value is (111,70,40). Sum of RGB (Red+Green+Blue) = 111+70+40=221 (29% of max value = 765). Red value is 111 (43.75% from 255 or 50.23% from 221); Green value is 70 (27.73% from 255 or 31.67% from 221); Blue value is 40 (16.02% from 255 or 18.10% from 221); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4628 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F4628 is #90B9D7. Grayscale: #4F4F4F. Windows color (decimal): -9484760 or 2639471. OLE color: 2639471.

HSL color Cylindrical-coordinate representation of color #6F4628: hue angle of 25.35º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6F4628 is Cyan = 0, Magento = 0.37, Yellow = 0.64 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 70 40 -
CMYK 0 0.37 0.64 0.56
HSL 25.35º 0.47% 0.3% -
HSV(B) 25.35º 0.64% 0.44% -
XYZ 9.13 7.91 3.05 -
YUV 78.84 106.08 150.94 -
System Red Green Blue C M Y K H S L
Decimal 111 70 40 0 0.37 0.64 0.56 25.35 0.47 0.3
Hex 6F 46 28 0 25 40 38 19 2F 1E
Octal 157 106 50 0 45 100 70 31 57 36
Binary 1101111 1000110 101000 0 100101 1000000 111000 11001 101111 11110

Color Harmonies of #6F4628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F4628

Black with #6F4628

Text Example


Text Example

White with #6F4628

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,70,40); }

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

background-color css

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

 a { background-color: rgb(111,70,40); }

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

border-color css

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

 span { border-color: rgb(111,70,40); }

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