Html Css Color HEX #6C2F0C Baker's Chocolate

📋 copy color: '#6C2F0C'

red 108 ◦ green 47 ◦ blue 12

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

Shades of Baker's Chocolate #6C2F0C

Tints of Baker's Chocolate #6C2F0C

RGB

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

 GREEN value IS 47 (18.75% from 255) = 28.14%

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

R = 64.67%
G = 28.14%
B = 7.19%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.89

 K value IS 0.58

RGB Variations

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

Color information

#6C2F0C (or 0x6C2F0C) is known color: Baker's Chocolate. HEX triplet: 6C, 2F and 0C. RGB value is (108,47,12). Sum of RGB (Red+Green+Blue) = 108+47+12=167 (22% of max value = 765). Red value is 108 (42.58% from 255 or 64.67% from 167); Green value is 47 (18.75% from 255 or 28.14% from 167); Blue value is 12 (5.08% from 255 or 7.19% from 167); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2F0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6C2F0C is #93D0F3. Grayscale: #3D3D3D. Windows color (decimal): -9687284 or 798572. OLE color: 798572.

HSL color Cylindrical-coordinate representation of color #6C2F0C: hue angle of 21.88º 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 #6C2F0C is Cyan = 0, Magento = 0.56, Yellow = 0.89 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 47 12 -
CMYK 0 0.56 0.89 0.58
HSL 21.88º 0.8% 0.24% -
HSV(B) 21.88º 0.89% 0.42% -
XYZ 7.27 5.25 0.98 -
YUV 61.25 100.21 161.35 -
System Red Green Blue C M Y K H S L
Decimal 108 47 12 0 0.56 0.89 0.58 21.88 0.8 0.24
Hex 6C 2F C 0 38 59 3A 16 50 18
Octal 154 57 14 0 70 131 72 26 120 30
Binary 1101100 101111 1100 0 111000 1011001 111010 10110 1010000 11000

Color Harmonies of #6C2F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C2F0C

Black with #6C2F0C

Text Example


Text Example

White with #6C2F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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