Html Css Color HEX #6C340F Baker's Chocolate

📋 copy color: '#6C340F'

red 108 ◦ green 52 ◦ blue 15

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

Shades of Baker's Chocolate #6C340F

Tints of Baker's Chocolate #6C340F

RGB

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

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

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

R = 61.71%
G = 29.71%
B = 8.57%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.86

 K value IS 0.58

RGB Variations

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

Color information

#6C340F (or 0x6C340F) is known color: Baker's Chocolate. HEX triplet: 6C, 34 and 0F. RGB value is (108,52,15). Sum of RGB (Red+Green+Blue) = 108+52+15=175 (23% of max value = 765). Red value is 108 (42.58% from 255 or 61.71% from 175); Green value is 52 (20.70% from 255 or 29.71% from 175); Blue value is 15 (6.25% from 255 or 8.57% from 175); Max value from RGB is 108 - color contains mainly: red. Hex color #6C340F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6C340F is #93CBF0. Grayscale: #404040. Windows color (decimal): -9686001 or 996460. OLE color: 996460.

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

Color convert

RGB 108 52 15 -
CMYK 0 0.52 0.86 0.58
HSL 23.87º 0.76% 0.24% -
HSV(B) 23.87º 0.86% 0.42% -
XYZ 7.5 5.68 1.15 -
YUV 64.53 100.05 159.01 -
System Red Green Blue C M Y K H S L
Decimal 108 52 15 0 0.52 0.86 0.58 23.87 0.76 0.24
Hex 6C 34 F 0 34 56 3A 18 4C 18
Octal 154 64 17 0 64 126 72 30 114 30
Binary 1101100 110100 1111 0 110100 1010110 111010 11000 1001100 11000

Color Harmonies of #6C340F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C340F

Black with #6C340F

Text Example


Text Example

White with #6C340F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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