Html Css Color HEX #6B340D Baker's Chocolate

📋 copy color: '#6B340D'

red 107 ◦ green 52 ◦ blue 13

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

Shades of Baker's Chocolate #6B340D

Tints of Baker's Chocolate #6B340D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 30.23%

 BLUE value IS 13 (5.47% from 255) = 7.56%

R = 62.21%
G = 30.23%
B = 7.56%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.88

 K value IS 0.58

RGB Variations

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

Color information

#6B340D (or 0x6B340D) is known color: Baker's Chocolate. HEX triplet: 6B, 34 and 0D. RGB value is (107,52,13). Sum of RGB (Red+Green+Blue) = 107+52+13=172 (22% of max value = 765). Red value is 107 (42.19% from 255 or 62.21% from 172); Green value is 52 (20.70% from 255 or 30.23% from 172); Blue value is 13 (5.47% from 255 or 7.56% from 172); Max value from RGB is 107 - color contains mainly: red. Hex color #6B340D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B340D is #94CBF2. Grayscale: #404040. Windows color (decimal): -9751539 or 865387. OLE color: 865387.

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

Color convert

RGB 107 52 13 -
CMYK 0 0.51 0.88 0.58
HSL 24.89º 0.78% 0.24% -
HSV(B) 24.89º 0.88% 0.42% -
XYZ 7.36 5.61 1.08 -
YUV 64 99.22 158.67 -
System Red Green Blue C M Y K H S L
Decimal 107 52 13 0 0.51 0.88 0.58 24.89 0.78 0.24
Hex 6B 34 D 0 33 58 3A 19 4E 18
Octal 153 64 15 0 63 130 72 31 116 30
Binary 1101011 110100 1101 0 110011 1011000 111010 11001 1001110 11000

Color Harmonies of #6B340D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B340D

Black with #6B340D

Text Example


Text Example

White with #6B340D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,52,13); }

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

background-color css

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

 a { background-color: rgb(107,52,13); }

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

border-color css

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

 span { border-color: rgb(107,52,13); }

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