Html Css Color HEX #6B360B Baker's Chocolate

📋 copy color: '#6B360B'

red 107 ◦ green 54 ◦ blue 11

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

Shades of Baker's Chocolate #6B360B

Tints of Baker's Chocolate #6B360B

RGB

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

 GREEN value IS 54 (21.48% from 255) = 31.4%

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

R = 62.21%
G = 31.4%
B = 6.4%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.90

 K value IS 0.58

RGB Variations

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

Color information

#6B360B (or 0x6B360B) is known color: Baker's Chocolate. HEX triplet: 6B, 36 and 0B. RGB value is (107,54,11). Sum of RGB (Red+Green+Blue) = 107+54+11=172 (22% of max value = 765). Red value is 107 (42.19% from 255 or 62.21% from 172); Green value is 54 (21.48% from 255 or 31.40% from 172); Blue value is 11 (4.69% from 255 or 6.40% from 172); Max value from RGB is 107 - color contains mainly: red. Hex color #6B360B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B360B is #94C9F4. Grayscale: #414141. Windows color (decimal): -9751029 or 734827. OLE color: 734827.

HSL color Cylindrical-coordinate representation of color #6B360B: hue angle of 26.88º 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 #6B360B is Cyan = 0, Magento = 0.50, Yellow = 0.90 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 54 11 -
CMYK 0 0.50 0.90 0.58
HSL 26.88º 0.81% 0.23% -
HSV(B) 26.88º 0.9% 0.42% -
XYZ 7.44 5.79 1.04 -
YUV 64.95 97.56 158 -
System Red Green Blue C M Y K H S L
Decimal 107 54 11 0 0.50 0.90 0.58 26.88 0.81 0.23
Hex 6B 36 B 0 32 5A 3A 1B 51 17
Octal 153 66 13 0 62 132 72 33 121 27
Binary 1101011 110110 1011 0 110010 1011010 111010 11011 1010001 10111

Color Harmonies of #6B360B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B360B

Black with #6B360B

Text Example


Text Example

White with #6B360B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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