Html Css Color HEX #68320C Baker's Chocolate

📋 copy color: '#68320C'

red 104 ◦ green 50 ◦ blue 12

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

Shades of Baker's Chocolate #68320C

Tints of Baker's Chocolate #68320C

RGB

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

 GREEN value IS 50 (19.92% from 255) = 30.12%

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

R = 62.65%
G = 30.12%
B = 7.23%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.88

 K value IS 0.59

RGB Variations

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

Color information

#68320C (or 0x68320C) is known color: Baker's Chocolate. HEX triplet: 68, 32 and 0C. RGB value is (104,50,12). Sum of RGB (Red+Green+Blue) = 104+50+12=166 (21% of max value = 765). Red value is 104 (41.02% from 255 or 62.65% from 166); Green value is 50 (19.92% from 255 or 30.12% from 166); Blue value is 12 (5.08% from 255 or 7.23% from 166); Max value from RGB is 104 - color contains mainly: red. Hex color #68320C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #68320C is #97CDF3. Grayscale: #3E3E3E. Windows color (decimal): -9948660 or 799336. OLE color: 799336.

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

Color convert

RGB 104 50 12 -
CMYK 0 0.52 0.88 0.59
HSL 24.78º 0.79% 0.23% -
HSV(B) 24.78º 0.88% 0.41% -
XYZ 6.92 5.25 1 -
YUV 61.81 99.89 158.09 -
System Red Green Blue C M Y K H S L
Decimal 104 50 12 0 0.52 0.88 0.59 24.78 0.79 0.23
Hex 68 32 C 0 34 58 3B 19 4F 17
Octal 150 62 14 0 64 130 73 31 117 27
Binary 1101000 110010 1100 0 110100 1011000 111011 11001 1001111 10111

Color Harmonies of #68320C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68320C

Black with #68320C

Text Example


Text Example

White with #68320C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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