Html Css Color HEX #6B390D Baker's Chocolate

📋 copy color: '#6B390D'

red 107 ◦ green 57 ◦ blue 13

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

Shades of Baker's Chocolate #6B390D

Tints of Baker's Chocolate #6B390D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 32.2%

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

R = 60.45%
G = 32.2%
B = 7.34%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.88

 K value IS 0.58

RGB Variations

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

Color information

#6B390D (or 0x6B390D) is known color: Baker's Chocolate. HEX triplet: 6B, 39 and 0D. RGB value is (107,57,13). Sum of RGB (Red+Green+Blue) = 107+57+13=177 (23% of max value = 765). Red value is 107 (42.19% from 255 or 60.45% from 177); Green value is 57 (22.66% from 255 or 32.20% from 177); Blue value is 13 (5.47% from 255 or 7.34% from 177); Max value from RGB is 107 - color contains mainly: red. Hex color #6B390D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B390D is #94C6F2. Grayscale: #434343. Windows color (decimal): -9750259 or 866667. OLE color: 866667.

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

Color convert

RGB 107 57 13 -
CMYK 0 0.47 0.88 0.58
HSL 28.09º 0.78% 0.24% -
HSV(B) 28.09º 0.88% 0.42% -
XYZ 7.6 6.08 1.15 -
YUV 66.93 97.57 156.58 -
System Red Green Blue C M Y K H S L
Decimal 107 57 13 0 0.47 0.88 0.58 28.09 0.78 0.24
Hex 6B 39 D 0 2F 58 3A 1C 4E 18
Octal 153 71 15 0 57 130 72 34 116 30
Binary 1101011 111001 1101 0 101111 1011000 111010 11100 1001110 11000

Color Harmonies of #6B390D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B390D

Black with #6B390D

Text Example


Text Example

White with #6B390D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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