Html Css Color HEX #6D280F Baker's Chocolate

📋 copy color: '#6D280F'

red 109 ◦ green 40 ◦ blue 15

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

Shades of Baker's Chocolate #6D280F

Tints of Baker's Chocolate #6D280F

RGB

 RED value IS 109 (42.97% from 255) = 66.46%

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

 BLUE value IS 15 (6.25% from 255) = 9.15%

R = 66.46%
G = 24.39%
B = 9.15%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.86

 K value IS 0.57

RGB Variations

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

Color information

#6D280F (or 0x6D280F) is known color: Baker's Chocolate. HEX triplet: 6D, 28 and 0F. RGB value is (109,40,15). Sum of RGB (Red+Green+Blue) = 109+40+15=164 (21% of max value = 765). Red value is 109 (42.97% from 255 or 66.46% from 164); Green value is 40 (16.02% from 255 or 24.39% from 164); Blue value is 15 (6.25% from 255 or 9.15% from 164); Max value from RGB is 109 - color contains mainly: red. Hex color #6D280F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D280F is #92D7F0. Grayscale: #393939. Windows color (decimal): -9623537 or 993389. OLE color: 993389.

HSL color Cylindrical-coordinate representation of color #6D280F: hue angle of 15.96º degrees, saturation: 0.76, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6D280F is Cyan = 0, Magento = 0.63, Yellow = 0.86 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 40 15 -
CMYK 0 0.63 0.86 0.57
HSL 15.96º 0.76% 0.24% -
HSV(B) 15.96º 0.86% 0.43% -
XYZ 7.15 4.8 1 -
YUV 57.78 103.86 164.53 -
System Red Green Blue C M Y K H S L
Decimal 109 40 15 0 0.63 0.86 0.57 15.96 0.76 0.24
Hex 6D 28 F 0 3F 56 39 10 4C 18
Octal 155 50 17 0 77 126 71 20 114 30
Binary 1101101 101000 1111 0 111111 1010110 111001 10000 1001100 11000

Color Harmonies of #6D280F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D280F

Black with #6D280F

Text Example


Text Example

White with #6D280F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,40,15); }

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

background-color css

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

 a { background-color: rgb(109,40,15); }

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

border-color css

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

 span { border-color: rgb(109,40,15); }

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