Html Css Color HEX #6B320D Baker's Chocolate

📋 copy color: '#6B320D'

red 107 ◦ green 50 ◦ blue 13

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

Shades of Baker's Chocolate #6B320D

Tints of Baker's Chocolate #6B320D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 29.41%

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

R = 62.94%
G = 29.41%
B = 7.65%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.88

 K value IS 0.58

RGB Variations

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

Color information

#6B320D (or 0x6B320D) is known color: Baker's Chocolate. HEX triplet: 6B, 32 and 0D. RGB value is (107,50,13). Sum of RGB (Red+Green+Blue) = 107+50+13=170 (22% of max value = 765). Red value is 107 (42.19% from 255 or 62.94% from 170); Green value is 50 (19.92% from 255 or 29.41% from 170); Blue value is 13 (5.47% from 255 or 7.65% from 170); Max value from RGB is 107 - color contains mainly: red. Hex color #6B320D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B320D is #94CDF2. Grayscale: #3F3F3F. Windows color (decimal): -9752051 or 864875. OLE color: 864875.

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

Color convert

RGB 107 50 13 -
CMYK 0 0.53 0.88 0.58
HSL 23.62º 0.78% 0.24% -
HSV(B) 23.62º 0.88% 0.42% -
XYZ 7.28 5.44 1.05 -
YUV 62.83 99.88 159.51 -
System Red Green Blue C M Y K H S L
Decimal 107 50 13 0 0.53 0.88 0.58 23.62 0.78 0.24
Hex 6B 32 D 0 35 58 3A 18 4E 18
Octal 153 62 15 0 65 130 72 30 116 30
Binary 1101011 110010 1101 0 110101 1011000 111010 11000 1001110 11000

Color Harmonies of #6B320D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B320D

Black with #6B320D

Text Example


Text Example

White with #6B320D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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