Html Css Color HEX #6B3506 Baker's Chocolate

📋 copy color: '#6B3506'

red 107 ◦ green 53 ◦ blue 6

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

Shades of Baker's Chocolate #6B3506

Tints of Baker's Chocolate #6B3506

RGB

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

 GREEN value IS 53 (21.09% from 255) = 31.93%

 BLUE value IS 6 (2.73% from 255) = 3.61%

R = 64.46%
G = 31.93%
B = 3.61%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.94

 K value IS 0.58

RGB Variations

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

Color information

#6B3506 (or 0x6B3506) is known color: Baker's Chocolate. HEX triplet: 6B, 35 and 06. RGB value is (107,53,6). Sum of RGB (Red+Green+Blue) = 107+53+6=166 (21% of max value = 765). Red value is 107 (42.19% from 255 or 64.46% from 166); Green value is 53 (21.09% from 255 or 31.93% from 166); Blue value is 6 (2.73% from 255 or 3.61% from 166); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3506 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B3506 is #94CAF9. Grayscale: #404040. Windows color (decimal): -9751290 or 406891. OLE color: 406891.

HSL color Cylindrical-coordinate representation of color #6B3506: hue angle of 27.92º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6B3506 is Cyan = 0, Magento = 0.50, Yellow = 0.94 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 53 6 -
CMYK 0 0.50 0.94 0.58
HSL 27.92º 0.89% 0.22% -
HSV(B) 27.92º 0.94% 0.42% -
XYZ 7.37 5.69 0.88 -
YUV 63.79 95.39 158.82 -
System Red Green Blue C M Y K H S L
Decimal 107 53 6 0 0.50 0.94 0.58 27.92 0.89 0.22
Hex 6B 35 6 0 32 5E 3A 1C 59 16
Octal 153 65 6 0 62 136 72 34 131 26
Binary 1101011 110101 110 0 110010 1011110 111010 11100 1011001 10110

Color Harmonies of #6B3506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B3506

Black with #6B3506

Text Example


Text Example

White with #6B3506

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,53,6); }

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

background-color css

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

 a { background-color: rgb(107,53,6); }

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

border-color css

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

 span { border-color: rgb(107,53,6); }

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