Html Css Color HEX #6B370B Baker's Chocolate

📋 copy color: '#6B370B'

red 107 ◦ green 55 ◦ blue 11

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

Shades of Baker's Chocolate #6B370B

Tints of Baker's Chocolate #6B370B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 31.79%

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

R = 61.85%
G = 31.79%
B = 6.36%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.90

 K value IS 0.58

RGB Variations

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

Color information

#6B370B (or 0x6B370B) is known color: Baker's Chocolate. HEX triplet: 6B, 37 and 0B. RGB value is (107,55,11). Sum of RGB (Red+Green+Blue) = 107+55+11=173 (22% of max value = 765). Red value is 107 (42.19% from 255 or 61.85% from 173); Green value is 55 (21.88% from 255 or 31.79% from 173); Blue value is 11 (4.69% from 255 or 6.36% from 173); Max value from RGB is 107 - color contains mainly: red. Hex color #6B370B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B370B is #94C8F4. Grayscale: #414141. Windows color (decimal): -9750773 or 735083. OLE color: 735083.

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

Color convert

RGB 107 55 11 -
CMYK 0 0.49 0.90 0.58
HSL 27.5º 0.81% 0.23% -
HSV(B) 27.5º 0.9% 0.42% -
XYZ 7.49 5.88 1.06 -
YUV 65.53 97.23 157.58 -
System Red Green Blue C M Y K H S L
Decimal 107 55 11 0 0.49 0.90 0.58 27.5 0.81 0.23
Hex 6B 37 B 0 31 5A 3A 1C 51 17
Octal 153 67 13 0 61 132 72 34 121 27
Binary 1101011 110111 1011 0 110001 1011010 111010 11100 1010001 10111

Color Harmonies of #6B370B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B370B

Black with #6B370B

Text Example


Text Example

White with #6B370B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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