Html Css Color HEX #6B340B Baker's Chocolate

📋 copy color: '#6B340B'

red 107 ◦ green 52 ◦ blue 11

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

Shades of Baker's Chocolate #6B340B

Tints of Baker's Chocolate #6B340B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 6.47%

R = 62.94%
G = 30.59%
B = 6.47%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.90

 K value IS 0.58

RGB Variations

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

Color information

#6B340B (or 0x6B340B) is known color: Baker's Chocolate. HEX triplet: 6B, 34 and 0B. RGB value is (107,52,11). Sum of RGB (Red+Green+Blue) = 107+52+11=170 (22% of max value = 765). Red value is 107 (42.19% from 255 or 62.94% from 170); Green value is 52 (20.70% from 255 or 30.59% from 170); Blue value is 11 (4.69% from 255 or 6.47% from 170); Max value from RGB is 107 - color contains mainly: red. Hex color #6B340B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B340B is #94CBF4. Grayscale: #3F3F3F. Windows color (decimal): -9751541 or 734315. OLE color: 734315.

HSL color Cylindrical-coordinate representation of color #6B340B: hue angle of 25.62º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6B340B is Cyan = 0, Magento = 0.51, Yellow = 0.90 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 52 11 -
CMYK 0 0.51 0.90 0.58
HSL 25.63º 0.81% 0.23% -
HSV(B) 25.63º 0.9% 0.42% -
XYZ 7.35 5.61 1.01 -
YUV 63.77 98.22 158.83 -
System Red Green Blue C M Y K H S L
Decimal 107 52 11 0 0.51 0.90 0.58 25.63 0.81 0.23
Hex 6B 34 B 0 33 5A 3A 1A 51 17
Octal 153 64 13 0 63 132 72 32 121 27
Binary 1101011 110100 1011 0 110011 1011010 111010 11010 1010001 10111

Color Harmonies of #6B340B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B340B

Black with #6B340B

Text Example


Text Example

White with #6B340B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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