Html Css Color HEX #6B4128 Semi-Sweet Chocolate

📋 copy color: '#6B4128'

red 107 ◦ green 65 ◦ blue 40

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

Shades of Semi-Sweet Chocolate #6B4128

Tints of Semi-Sweet Chocolate #6B4128

RGB

 RED value IS 107 (42.19% from 255) = 50.47%

 GREEN value IS 65 (25.78% from 255) = 30.66%

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

R = 50.47%
G = 30.66%
B = 18.87%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.63

 K value IS 0.58

RGB Variations

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

Color information

#6B4128 (or 0x6B4128) is known color: Semi-Sweet Chocolate. HEX triplet: 6B, 41 and 28. RGB value is (107,65,40). Sum of RGB (Red+Green+Blue) = 107+65+40=212 (28% of max value = 765). Red value is 107 (42.19% from 255 or 50.47% from 212); Green value is 65 (25.78% from 255 or 30.66% from 212); Blue value is 40 (16.02% from 255 or 18.87% from 212); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4128 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B4128 is #94BED7. Grayscale: #4A4A4A. Windows color (decimal): -9748184 or 2638187. OLE color: 2638187.

HSL color Cylindrical-coordinate representation of color #6B4128: hue angle of 22.39º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6B4128 is Cyan = 0, Magento = 0.39, Yellow = 0.63 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 65 40 -
CMYK 0 0.39 0.63 0.58
HSL 22.39º 0.46% 0.29% -
HSV(B) 22.39º 0.63% 0.42% -
XYZ 8.34 7.06 2.93 -
YUV 74.71 108.41 151.03 -
System Red Green Blue C M Y K H S L
Decimal 107 65 40 0 0.39 0.63 0.58 22.39 0.46 0.29
Hex 6B 41 28 0 27 3F 3A 16 2E 1D
Octal 153 101 50 0 47 77 72 26 56 35
Binary 1101011 1000001 101000 0 100111 111111 111010 10110 101110 11101

Color Harmonies of #6B4128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B4128

Black with #6B4128

Text Example


Text Example

White with #6B4128

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,65,40); }

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

background-color css

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

 a { background-color: rgb(107,65,40); }

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

border-color css

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

 span { border-color: rgb(107,65,40); }

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