Html Css Color HEX #6B370D Baker's Chocolate

📋 copy color: '#6B370D'

red 107 ◦ green 55 ◦ blue 13

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

Shades of Baker's Chocolate #6B370D

Tints of Baker's Chocolate #6B370D

RGB

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

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

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

R = 61.14%
G = 31.43%
B = 7.43%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.88

 K value IS 0.58

RGB Variations

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

Color information

#6B370D (or 0x6B370D) is known color: Baker's Chocolate. HEX triplet: 6B, 37 and 0D. RGB value is (107,55,13). Sum of RGB (Red+Green+Blue) = 107+55+13=175 (23% of max value = 765). Red value is 107 (42.19% from 255 or 61.14% from 175); Green value is 55 (21.88% from 255 or 31.43% from 175); Blue value is 13 (5.47% from 255 or 7.43% from 175); Max value from RGB is 107 - color contains mainly: red. Hex color #6B370D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B370D is #94C8F2. Grayscale: #414141. Windows color (decimal): -9750771 or 866155. OLE color: 866155.

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

Color convert

RGB 107 55 13 -
CMYK 0 0.49 0.88 0.58
HSL 26.81º 0.78% 0.24% -
HSV(B) 26.81º 0.88% 0.42% -
XYZ 7.5 5.89 1.12 -
YUV 65.76 98.23 157.42 -
System Red Green Blue C M Y K H S L
Decimal 107 55 13 0 0.49 0.88 0.58 26.81 0.78 0.24
Hex 6B 37 D 0 31 58 3A 1B 4E 18
Octal 153 67 15 0 61 130 72 33 116 30
Binary 1101011 110111 1101 0 110001 1011000 111010 11011 1001110 11000

Color Harmonies of #6B370D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B370D

Black with #6B370D

Text Example


Text Example

White with #6B370D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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