Html Css Color HEX #6B310D Baker's Chocolate

📋 copy color: '#6B310D'

red 107 ◦ green 49 ◦ blue 13

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

Shades of Baker's Chocolate #6B310D

Tints of Baker's Chocolate #6B310D

RGB

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

 GREEN value IS 49 (19.53% from 255) = 28.99%

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

R = 63.31%
G = 28.99%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.88

 K value IS 0.58

RGB Variations

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

Color information

#6B310D (or 0x6B310D) is known color: Baker's Chocolate. HEX triplet: 6B, 31 and 0D. RGB value is (107,49,13). Sum of RGB (Red+Green+Blue) = 107+49+13=169 (22% of max value = 765). Red value is 107 (42.19% from 255 or 63.31% from 169); Green value is 49 (19.53% from 255 or 28.99% from 169); Blue value is 13 (5.47% from 255 or 7.69% from 169); Max value from RGB is 107 - color contains mainly: red. Hex color #6B310D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B310D is #94CEF2. Grayscale: #3E3E3E. Windows color (decimal): -9752307 or 864619. OLE color: 864619.

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

Color convert

RGB 107 49 13 -
CMYK 0 0.54 0.88 0.58
HSL 22.98º 0.78% 0.24% -
HSV(B) 22.98º 0.88% 0.42% -
XYZ 7.23 5.35 1.03 -
YUV 62.24 100.22 159.93 -
System Red Green Blue C M Y K H S L
Decimal 107 49 13 0 0.54 0.88 0.58 22.98 0.78 0.24
Hex 6B 31 D 0 36 58 3A 17 4E 18
Octal 153 61 15 0 66 130 72 27 116 30
Binary 1101011 110001 1101 0 110110 1011000 111010 10111 1001110 11000

Color Harmonies of #6B310D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B310D

Black with #6B310D

Text Example


Text Example

White with #6B310D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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