Html Css Color HEX #6B2810 Baker's Chocolate

📋 copy color: '#6B2810'

red 107 ◦ green 40 ◦ blue 16

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

Shades of Baker's Chocolate #6B2810

Tints of Baker's Chocolate #6B2810

RGB

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

 GREEN value IS 40 (16.02% from 255) = 24.54%

 BLUE value IS 16 (6.64% from 255) = 9.82%

R = 65.64%
G = 24.54%
B = 9.82%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.85

 K value IS 0.58

RGB Variations

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

Color information

#6B2810 (or 0x6B2810) is known color: Baker's Chocolate. HEX triplet: 6B, 28 and 10. RGB value is (107,40,16). Sum of RGB (Red+Green+Blue) = 107+40+16=163 (21% of max value = 765). Red value is 107 (42.19% from 255 or 65.64% from 163); Green value is 40 (16.02% from 255 or 24.54% from 163); Blue value is 16 (6.64% from 255 or 9.82% from 163); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2810 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B2810 is #94D7EF. Grayscale: #393939. Windows color (decimal): -9754608 or 1058923. OLE color: 1058923.

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

Color convert

RGB 107 40 16 -
CMYK 0 0.63 0.85 0.58
HSL 15.82º 0.74% 0.24% -
HSV(B) 15.82º 0.85% 0.42% -
XYZ 6.92 4.68 1.03 -
YUV 57.3 104.7 163.45 -
System Red Green Blue C M Y K H S L
Decimal 107 40 16 0 0.63 0.85 0.58 15.82 0.74 0.24
Hex 6B 28 10 0 3F 55 3A 10 4A 18
Octal 153 50 20 0 77 125 72 20 112 30
Binary 1101011 101000 10000 0 111111 1010101 111010 10000 1001010 11000

Color Harmonies of #6B2810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B2810

Black with #6B2810

Text Example


Text Example

White with #6B2810

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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