Html Css Color HEX #68230C Baker's Chocolate

📋 copy color: '#68230C'

red 104 ◦ green 35 ◦ blue 12

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

Shades of Baker's Chocolate #68230C

Tints of Baker's Chocolate #68230C

RGB

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

 GREEN value IS 35 (14.06% from 255) = 23.18%

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

R = 68.87%
G = 23.18%
B = 7.95%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.88

 K value IS 0.59

RGB Variations

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

Color information

#68230C (or 0x68230C) is known color: Baker's Chocolate. HEX triplet: 68, 23 and 0C. RGB value is (104,35,12). Sum of RGB (Red+Green+Blue) = 104+35+12=151 (20% of max value = 765). Red value is 104 (41.02% from 255 or 68.87% from 151); Green value is 35 (14.06% from 255 or 23.18% from 151); Blue value is 12 (5.08% from 255 or 7.95% from 151); Max value from RGB is 104 - color contains mainly: red. Hex color #68230C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #68230C is #97DCF3. Grayscale: #353535. Windows color (decimal): -9952500 or 795496. OLE color: 795496.

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

Color convert

RGB 104 35 12 -
CMYK 0 0.66 0.88 0.59
HSL 15º 0.79% 0.23% -
HSV(B) 15º 0.88% 0.41% -
XYZ 6.38 4.17 0.82 -
YUV 53.01 104.86 164.37 -
System Red Green Blue C M Y K H S L
Decimal 104 35 12 0 0.66 0.88 0.59 15 0.79 0.23
Hex 68 23 C 0 42 58 3B F 4F 17
Octal 150 43 14 0 102 130 73 17 117 27
Binary 1101000 100011 1100 0 1000010 1011000 111011 1111 1001111 10111

Color Harmonies of #68230C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68230C

Black with #68230C

Text Example


Text Example

White with #68230C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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