Html Css Color HEX #6B412B Semi-Sweet Chocolate

📋 copy color: '#6B412B'

red 107 ◦ green 65 ◦ blue 43

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

Shades of Semi-Sweet Chocolate #6B412B

Tints of Semi-Sweet Chocolate #6B412B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 20%

R = 49.77%
G = 30.23%
B = 20%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.60

 K value IS 0.58

RGB Variations

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

Color information

#6B412B (or 0x6B412B) is known color: Semi-Sweet Chocolate. HEX triplet: 6B, 41 and 2B. RGB value is (107,65,43). Sum of RGB (Red+Green+Blue) = 107+65+43=215 (28% of max value = 765). Red value is 107 (42.19% from 255 or 49.77% from 215); Green value is 65 (25.78% from 255 or 30.23% from 215); Blue value is 43 (17.19% from 255 or 20% from 215); Max value from RGB is 107 - color contains mainly: red. Hex color #6B412B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B412B is #94BED4. Grayscale: #4B4B4B. Windows color (decimal): -9748181 or 2834795. OLE color: 2834795.

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

Color convert

RGB 107 65 43 -
CMYK 0 0.39 0.60 0.58
HSL 20.63º 0.43% 0.29% -
HSV(B) 20.63º 0.6% 0.42% -
XYZ 8.39 7.08 3.21 -
YUV 75.05 109.91 150.79 -
System Red Green Blue C M Y K H S L
Decimal 107 65 43 0 0.39 0.60 0.58 20.63 0.43 0.29
Hex 6B 41 2B 0 27 3C 3A 15 2B 1D
Octal 153 101 53 0 47 74 72 25 53 35
Binary 1101011 1000001 101011 0 100111 111100 111010 10101 101011 11101

Color Harmonies of #6B412B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B412B

Black with #6B412B

Text Example


Text Example

White with #6B412B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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