Html Css Color HEX #6F4322 Semi-Sweet Chocolate

📋 copy color: '#6F4322'

red 111 ◦ green 67 ◦ blue 34

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

Shades of Semi-Sweet Chocolate #6F4322

Tints of Semi-Sweet Chocolate #6F4322

RGB

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

 GREEN value IS 67 (26.56% from 255) = 31.6%

 BLUE value IS 34 (13.67% from 255) = 16.04%

R = 52.36%
G = 31.6%
B = 16.04%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.69

 K value IS 0.56

RGB Variations

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

Color information

#6F4322 (or 0x6F4322) is known color: Semi-Sweet Chocolate. HEX triplet: 6F, 43 and 22. RGB value is (111,67,34). Sum of RGB (Red+Green+Blue) = 111+67+34=212 (28% of max value = 765). Red value is 111 (43.75% from 255 or 52.36% from 212); Green value is 67 (26.56% from 255 or 31.60% from 212); Blue value is 34 (13.67% from 255 or 16.04% from 212); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4322 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F4322 is #90BCDD. Grayscale: #4C4C4C. Windows color (decimal): -9485534 or 2245487. OLE color: 2245487.

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

Color convert

RGB 111 67 34 -
CMYK 0 0.40 0.69 0.56
HSL 25.71º 0.53% 0.28% -
HSV(B) 25.71º 0.69% 0.44% -
XYZ 8.85 7.51 2.5 -
YUV 76.39 104.08 152.68 -
System Red Green Blue C M Y K H S L
Decimal 111 67 34 0 0.40 0.69 0.56 25.71 0.53 0.28
Hex 6F 43 22 0 28 45 38 1A 35 1C
Octal 157 103 42 0 50 105 70 32 65 34
Binary 1101111 1000011 100010 0 101000 1000101 111000 11010 110101 11100

Color Harmonies of #6F4322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F4322

Black with #6F4322

Text Example


Text Example

White with #6F4322

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,67,34); }

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

background-color css

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

 a { background-color: rgb(111,67,34); }

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

border-color css

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

 span { border-color: rgb(111,67,34); }

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