Html Css Color HEX #6B4226 Semi-Sweet Chocolate

📋 copy color: '#6B4226'

red 107 ◦ green 66 ◦ blue 38

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

Shades of Semi-Sweet Chocolate #6B4226

Tints of Semi-Sweet Chocolate #6B4226

RGB

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

 GREEN value IS 66 (26.17% from 255) = 31.28%

 BLUE value IS 38 (15.23% from 255) = 18.01%

R = 50.71%
G = 31.28%
B = 18.01%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.64

 K value IS 0.58

RGB Variations

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

Color information

#6B4226 (or 0x6B4226) is known color: Semi-Sweet Chocolate. HEX triplet: 6B, 42 and 26. RGB value is (107,66,38). Sum of RGB (Red+Green+Blue) = 107+66+38=211 (27% of max value = 765). Red value is 107 (42.19% from 255 or 50.71% from 211); Green value is 66 (26.17% from 255 or 31.28% from 211); Blue value is 38 (15.23% from 255 or 18.01% from 211); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4226 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B4226 is #94BDD9. Grayscale: #4B4B4B. Windows color (decimal): -9747930 or 2507371. OLE color: 2507371.

HSL color Cylindrical-coordinate representation of color #6B4226: hue angle of 24.35º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6B4226 is Cyan = 0, Magento = 0.38, Yellow = 0.64 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 66 38 -
CMYK 0 0.38 0.64 0.58
HSL 24.35º 0.48% 0.28% -
HSV(B) 24.35º 0.64% 0.42% -
XYZ 8.36 7.16 2.78 -
YUV 75.07 107.08 150.78 -
System Red Green Blue C M Y K H S L
Decimal 107 66 38 0 0.38 0.64 0.58 24.35 0.48 0.28
Hex 6B 42 26 0 26 40 3A 18 30 1C
Octal 153 102 46 0 46 100 72 30 60 34
Binary 1101011 1000010 100110 0 100110 1000000 111010 11000 110000 11100

Color Harmonies of #6B4226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B4226

Black with #6B4226

Text Example


Text Example

White with #6B4226

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,66,38); }

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

background-color css

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

 a { background-color: rgb(107,66,38); }

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

border-color css

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

 span { border-color: rgb(107,66,38); }

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