Html Css Color HEX #6B260D Baker's Chocolate

📋 copy color: '#6B260D'

red 107 ◦ green 38 ◦ blue 13

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

Shades of Baker's Chocolate #6B260D

Tints of Baker's Chocolate #6B260D

RGB

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

 GREEN value IS 38 (15.23% from 255) = 24.05%

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

R = 67.72%
G = 24.05%
B = 8.23%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.88

 K value IS 0.58

RGB Variations

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

Color information

#6B260D (or 0x6B260D) is known color: Baker's Chocolate. HEX triplet: 6B, 26 and 0D. RGB value is (107,38,13). Sum of RGB (Red+Green+Blue) = 107+38+13=158 (20% of max value = 765). Red value is 107 (42.19% from 255 or 67.72% from 158); Green value is 38 (15.23% from 255 or 24.05% from 158); Blue value is 13 (5.47% from 255 or 8.23% from 158); Max value from RGB is 107 - color contains mainly: red. Hex color #6B260D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B260D is #94D9F2. Grayscale: #373737. Windows color (decimal): -9755123 or 861803. OLE color: 861803.

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

Color convert

RGB 107 38 13 -
CMYK 0 0.64 0.88 0.58
HSL 15.96º 0.78% 0.24% -
HSV(B) 15.96º 0.88% 0.42% -
XYZ 6.83 4.54 0.9 -
YUV 55.78 103.86 164.53 -
System Red Green Blue C M Y K H S L
Decimal 107 38 13 0 0.64 0.88 0.58 15.96 0.78 0.24
Hex 6B 26 D 0 40 58 3A 10 4E 18
Octal 153 46 15 0 100 130 72 20 116 30
Binary 1101011 100110 1101 0 1000000 1011000 111010 10000 1001110 11000

Color Harmonies of #6B260D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B260D

Black with #6B260D

Text Example


Text Example

White with #6B260D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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