Html Css Color HEX #68340C Baker's Chocolate

📋 copy color: '#68340C'

red 104 ◦ green 52 ◦ blue 12

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

Shades of Baker's Chocolate #68340C

Tints of Baker's Chocolate #68340C

RGB

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

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

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

R = 61.9%
G = 30.95%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.88

 K value IS 0.59

RGB Variations

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

Color information

#68340C (or 0x68340C) is known color: Baker's Chocolate. HEX triplet: 68, 34 and 0C. RGB value is (104,52,12). Sum of RGB (Red+Green+Blue) = 104+52+12=168 (22% of max value = 765). Red value is 104 (41.02% from 255 or 61.90% from 168); Green value is 52 (20.70% from 255 or 30.95% from 168); Blue value is 12 (5.08% from 255 or 7.14% from 168); Max value from RGB is 104 - color contains mainly: red. Hex color #68340C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #68340C is #97CBF3. Grayscale: #3F3F3F. Windows color (decimal): -9948148 or 799848. OLE color: 799848.

HSL color Cylindrical-coordinate representation of color #68340C: hue angle of 26.09º 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 #68340C is Cyan = 0, Magento = 0.50, Yellow = 0.88 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 52 12 -
CMYK 0 0.50 0.88 0.59
HSL 26.09º 0.79% 0.23% -
HSV(B) 26.09º 0.88% 0.41% -
XYZ 7 5.43 1.03 -
YUV 62.99 99.23 157.25 -
System Red Green Blue C M Y K H S L
Decimal 104 52 12 0 0.50 0.88 0.59 26.09 0.79 0.23
Hex 68 34 C 0 32 58 3B 1A 4F 17
Octal 150 64 14 0 62 130 73 32 117 27
Binary 1101000 110100 1100 0 110010 1011000 111011 11010 1001111 10111

Color Harmonies of #68340C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68340C

Black with #68340C

Text Example


Text Example

White with #68340C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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