Html Css Color HEX #68290C Baker's Chocolate

📋 copy color: '#68290C'

red 104 ◦ green 41 ◦ blue 12

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

Shades of Baker's Chocolate #68290C

Tints of Baker's Chocolate #68290C

RGB

 RED value IS 104 (41.02% from 255) = 66.24%

 GREEN value IS 41 (16.41% from 255) = 26.11%

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

R = 66.24%
G = 26.11%
B = 7.64%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.88

 K value IS 0.59

RGB Variations

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

Color information

#68290C (or 0x68290C) is known color: Baker's Chocolate. HEX triplet: 68, 29 and 0C. RGB value is (104,41,12). Sum of RGB (Red+Green+Blue) = 104+41+12=157 (20% of max value = 765). Red value is 104 (41.02% from 255 or 66.24% from 157); Green value is 41 (16.41% from 255 or 26.11% from 157); Blue value is 12 (5.08% from 255 or 7.64% from 157); Max value from RGB is 104 - color contains mainly: red. Hex color #68290C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #68290C is #97D6F3. Grayscale: #383838. Windows color (decimal): -9950964 or 797032. OLE color: 797032.

HSL color Cylindrical-coordinate representation of color #68290C: hue angle of 18.91º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #68290C is Cyan = 0, Magento = 0.61, Yellow = 0.88 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 41 12 -
CMYK 0 0.61 0.88 0.59
HSL 18.91º 0.79% 0.23% -
HSV(B) 18.91º 0.88% 0.41% -
XYZ 6.57 4.56 0.88 -
YUV 56.53 102.87 161.86 -
System Red Green Blue C M Y K H S L
Decimal 104 41 12 0 0.61 0.88 0.59 18.91 0.79 0.23
Hex 68 29 C 0 3D 58 3B 13 4F 17
Octal 150 51 14 0 75 130 73 23 117 27
Binary 1101000 101001 1100 0 111101 1011000 111011 10011 1001111 10111

Color Harmonies of #68290C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68290C

Black with #68290C

Text Example


Text Example

White with #68290C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68290C; }

 p { color: rgb(104,41,12); }

 H1.HeaderClassName
 {
   color: #68290C;
 }
 .AnyTagClassName
 {
   color: #68290C;
 }
</style>

background-color css

<style>
 a { background-color: #68290C; }

 a { background-color: rgb(104,41,12); }

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

border-color css

<style>
 span { border-color: #68290C; }

 span { border-color: rgb(104,41,12); }

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