Html Css Color HEX #6C280C Baker's Chocolate

📋 copy color: '#6C280C'

red 108 ◦ green 40 ◦ blue 12

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

Shades of Baker's Chocolate #6C280C

Tints of Baker's Chocolate #6C280C

RGB

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

 GREEN value IS 40 (16.02% from 255) = 25%

 BLUE value IS 12 (5.08% from 255) = 7.5%

R = 67.5%
G = 25%
B = 7.5%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.89

 K value IS 0.58

RGB Variations

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

Color information

#6C280C (or 0x6C280C) is known color: Baker's Chocolate. HEX triplet: 6C, 28 and 0C. RGB value is (108,40,12). Sum of RGB (Red+Green+Blue) = 108+40+12=160 (21% of max value = 765). Red value is 108 (42.58% from 255 or 67.5% from 160); Green value is 40 (16.02% from 255 or 25% from 160); Blue value is 12 (5.08% from 255 or 7.5% from 160); Max value from RGB is 108 - color contains mainly: red. Hex color #6C280C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6C280C is #93D7F3. Grayscale: #393939. Windows color (decimal): -9689076 or 796780. OLE color: 796780.

HSL color Cylindrical-coordinate representation of color #6C280C: hue angle of 17.5º degrees, saturation: 0.8, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6C280C is Cyan = 0, Magento = 0.63, Yellow = 0.89 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 40 12 -
CMYK 0 0.63 0.89 0.58
HSL 17.5º 0.8% 0.24% -
HSV(B) 17.5º 0.89% 0.42% -
XYZ 7.01 4.73 0.89 -
YUV 57.14 102.53 164.28 -
System Red Green Blue C M Y K H S L
Decimal 108 40 12 0 0.63 0.89 0.58 17.5 0.8 0.24
Hex 6C 28 C 0 3F 59 3A 12 50 18
Octal 154 50 14 0 77 131 72 22 120 30
Binary 1101100 101000 1100 0 111111 1011001 111010 10010 1010000 11000

Color Harmonies of #6C280C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C280C

Black with #6C280C

Text Example


Text Example

White with #6C280C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,40,12); }

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

background-color css

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

 a { background-color: rgb(108,40,12); }

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

border-color css

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

 span { border-color: rgb(108,40,12); }

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