Html Css Color HEX #6D340F Baker's Chocolate

📋 copy color: '#6D340F'

red 109 ◦ green 52 ◦ blue 15

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

Shades of Baker's Chocolate #6D340F

Tints of Baker's Chocolate #6D340F

RGB

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

 GREEN value IS 52 (20.7% from 255) = 29.55%

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

R = 61.93%
G = 29.55%
B = 8.52%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.86

 K value IS 0.57

RGB Variations

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

Color information

#6D340F (or 0x6D340F) is known color: Baker's Chocolate. HEX triplet: 6D, 34 and 0F. RGB value is (109,52,15). Sum of RGB (Red+Green+Blue) = 109+52+15=176 (23% of max value = 765). Red value is 109 (42.97% from 255 or 61.93% from 176); Green value is 52 (20.70% from 255 or 29.55% from 176); Blue value is 15 (6.25% from 255 or 8.52% from 176); Max value from RGB is 109 - color contains mainly: red. Hex color #6D340F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D340F is #92CBF0. Grayscale: #414141. Windows color (decimal): -9620465 or 996461. OLE color: 996461.

HSL color Cylindrical-coordinate representation of color #6D340F: hue angle of 23.62º 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 #6D340F is Cyan = 0, Magento = 0.52, Yellow = 0.86 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 52 15 -
CMYK 0 0.52 0.86 0.57
HSL 23.62º 0.76% 0.24% -
HSV(B) 23.62º 0.86% 0.43% -
XYZ 7.62 5.74 1.16 -
YUV 64.83 99.88 159.51 -
System Red Green Blue C M Y K H S L
Decimal 109 52 15 0 0.52 0.86 0.57 23.62 0.76 0.24
Hex 6D 34 F 0 34 56 39 18 4C 18
Octal 155 64 17 0 64 126 71 30 114 30
Binary 1101101 110100 1111 0 110100 1010110 111001 11000 1001100 11000

Color Harmonies of #6D340F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D340F

Black with #6D340F

Text Example


Text Example

White with #6D340F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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