Html Css Color HEX #6C2F11 Baker's Chocolate

📋 copy color: '#6C2F11'

red 108 ◦ green 47 ◦ blue 17

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

Shades of Baker's Chocolate #6C2F11

Tints of Baker's Chocolate #6C2F11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 9.88%

R = 62.79%
G = 27.33%
B = 9.88%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.84

 K value IS 0.58

RGB Variations

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

Color information

#6C2F11 (or 0x6C2F11) is known color: Baker's Chocolate. HEX triplet: 6C, 2F and 11. RGB value is (108,47,17). Sum of RGB (Red+Green+Blue) = 108+47+17=172 (22% of max value = 765). Red value is 108 (42.58% from 255 or 62.79% from 172); Green value is 47 (18.75% from 255 or 27.33% from 172); Blue value is 17 (7.03% from 255 or 9.88% from 172); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2F11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6C2F11 is #93D0EE. Grayscale: #3D3D3D. Windows color (decimal): -9687279 or 1126252. OLE color: 1126252.

HSL color Cylindrical-coordinate representation of color #6C2F11: hue angle of 19.78º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6C2F11 is Cyan = 0, Magento = 0.56, Yellow = 0.84 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 47 17 -
CMYK 0 0.56 0.84 0.58
HSL 19.78º 0.73% 0.25% -
HSV(B) 19.78º 0.84% 0.42% -
XYZ 7.3 5.26 1.16 -
YUV 61.82 102.71 160.94 -
System Red Green Blue C M Y K H S L
Decimal 108 47 17 0 0.56 0.84 0.58 19.78 0.73 0.25
Hex 6C 2F 11 0 38 54 3A 14 49 19
Octal 154 57 21 0 70 124 72 24 111 31
Binary 1101100 101111 10001 0 111000 1010100 111010 10100 1001001 11001

Color Harmonies of #6C2F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C2F11

Black with #6C2F11

Text Example


Text Example

White with #6C2F11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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