Html Css Color HEX #6B4029 Semi-Sweet Chocolate

📋 copy color: '#6B4029'

red 107 ◦ green 64 ◦ blue 41

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

Shades of Semi-Sweet Chocolate #6B4029

Tints of Semi-Sweet Chocolate #6B4029

RGB

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

 GREEN value IS 64 (25.39% from 255) = 30.19%

 BLUE value IS 41 (16.41% from 255) = 19.34%

R = 50.47%
G = 30.19%
B = 19.34%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.62

 K value IS 0.58

RGB Variations

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

Color information

#6B4029 (or 0x6B4029) is known color: Semi-Sweet Chocolate. HEX triplet: 6B, 40 and 29. RGB value is (107,64,41). Sum of RGB (Red+Green+Blue) = 107+64+41=212 (28% of max value = 765). Red value is 107 (42.19% from 255 or 50.47% from 212); Green value is 64 (25.39% from 255 or 30.19% from 212); Blue value is 41 (16.41% from 255 or 19.34% from 212); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4029 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B4029 is #94BFD6. Grayscale: #4A4A4A. Windows color (decimal): -9748439 or 2703467. OLE color: 2703467.

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

Color convert

RGB 107 64 41 -
CMYK 0 0.40 0.62 0.58
HSL 20.91º 0.45% 0.29% -
HSV(B) 20.91º 0.62% 0.42% -
XYZ 8.3 6.95 3 -
YUV 74.24 109.25 151.37 -
System Red Green Blue C M Y K H S L
Decimal 107 64 41 0 0.40 0.62 0.58 20.91 0.45 0.29
Hex 6B 40 29 0 28 3E 3A 15 2D 1D
Octal 153 100 51 0 50 76 72 25 55 35
Binary 1101011 1000000 101001 0 101000 111110 111010 10101 101101 11101

Color Harmonies of #6B4029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B4029

Black with #6B4029

Text Example


Text Example

White with #6B4029

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,64,41); }

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

background-color css

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

 a { background-color: rgb(107,64,41); }

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

border-color css

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

 span { border-color: rgb(107,64,41); }

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