Html Css Color HEX #6B240D Baker's Chocolate

📋 copy color: '#6B240D'

red 107 ◦ green 36 ◦ blue 13

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

Shades of Baker's Chocolate #6B240D

Tints of Baker's Chocolate #6B240D

RGB

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

 GREEN value IS 36 (14.45% from 255) = 23.08%

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

R = 68.59%
G = 23.08%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.88

 K value IS 0.58

RGB Variations

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

Color information

#6B240D (or 0x6B240D) is known color: Baker's Chocolate. HEX triplet: 6B, 24 and 0D. RGB value is (107,36,13). Sum of RGB (Red+Green+Blue) = 107+36+13=156 (20% of max value = 765). Red value is 107 (42.19% from 255 or 68.59% from 156); Green value is 36 (14.45% from 255 or 23.08% from 156); Blue value is 13 (5.47% from 255 or 8.33% from 156); Max value from RGB is 107 - color contains mainly: red. Hex color #6B240D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B240D is #94DBF2. Grayscale: #363636. Windows color (decimal): -9755635 or 861291. OLE color: 861291.

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

Color convert

RGB 107 36 13 -
CMYK 0 0.66 0.88 0.58
HSL 14.68º 0.78% 0.24% -
HSV(B) 14.68º 0.88% 0.42% -
XYZ 6.77 4.42 0.88 -
YUV 54.61 104.52 165.37 -
System Red Green Blue C M Y K H S L
Decimal 107 36 13 0 0.66 0.88 0.58 14.68 0.78 0.24
Hex 6B 24 D 0 42 58 3A F 4E 18
Octal 153 44 15 0 102 130 72 17 116 30
Binary 1101011 100100 1101 0 1000010 1011000 111010 1111 1001110 11000

Color Harmonies of #6B240D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B240D

Black with #6B240D

Text Example


Text Example

White with #6B240D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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