Html Css Color HEX #6C250D Baker's Chocolate

📋 copy color: '#6C250D'

red 108 ◦ green 37 ◦ blue 13

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

Shades of Baker's Chocolate #6C250D

Tints of Baker's Chocolate #6C250D

RGB

 RED value IS 108 (42.58% from 255) = 68.35%

 GREEN value IS 37 (14.84% from 255) = 23.42%

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

R = 68.35%
G = 23.42%
B = 8.23%

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

#6C250D (or 0x6C250D) is known color: Baker's Chocolate. HEX triplet: 6C, 25 and 0D. RGB value is (108,37,13). Sum of RGB (Red+Green+Blue) = 108+37+13=158 (20% of max value = 765). Red value is 108 (42.58% from 255 or 68.35% from 158); Green value is 37 (14.84% from 255 or 23.42% from 158); Blue value is 13 (5.47% from 255 or 8.23% from 158); Max value from RGB is 108 - color contains mainly: red. Hex color #6C250D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6C250D is #93DAF2. Grayscale: #373737. Windows color (decimal): -9689843 or 861548. OLE color: 861548.

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

Color convert

RGB 108 37 13 -
CMYK 0 0.66 0.88 0.58
HSL 15.16º 0.79% 0.24% -
HSV(B) 15.16º 0.88% 0.42% -
XYZ 6.92 4.54 0.89 -
YUV 55.49 104.02 165.45 -
System Red Green Blue C M Y K H S L
Decimal 108 37 13 0 0.66 0.88 0.58 15.16 0.79 0.24
Hex 6C 25 D 0 42 58 3A F 4F 18
Octal 154 45 15 0 102 130 72 17 117 30
Binary 1101100 100101 1101 0 1000010 1011000 111010 1111 1001111 11000

Color Harmonies of #6C250D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C250D

Black with #6C250D

Text Example


Text Example

White with #6C250D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,37,13); }

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

background-color css

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

 a { background-color: rgb(108,37,13); }

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

border-color css

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

 span { border-color: rgb(108,37,13); }

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