Html Css Color HEX #68270C Baker's Chocolate

📋 copy color: '#68270C'

red 104 ◦ green 39 ◦ blue 12

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

Shades of Baker's Chocolate #68270C

Tints of Baker's Chocolate #68270C

RGB

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

 GREEN value IS 39 (15.63% from 255) = 25.16%

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

R = 67.1%
G = 25.16%
B = 7.74%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.88

 K value IS 0.59

RGB Variations

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

Color information

#68270C (or 0x68270C) is known color: Baker's Chocolate. HEX triplet: 68, 27 and 0C. RGB value is (104,39,12). Sum of RGB (Red+Green+Blue) = 104+39+12=155 (20% of max value = 765). Red value is 104 (41.02% from 255 or 67.10% from 155); Green value is 39 (15.62% from 255 or 25.16% from 155); Blue value is 12 (5.08% from 255 or 7.74% from 155); Max value from RGB is 104 - color contains mainly: red. Hex color #68270C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #68270C is #97D8F3. Grayscale: #373737. Windows color (decimal): -9951476 or 796520. OLE color: 796520.

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

Color convert

RGB 104 39 12 -
CMYK 0 0.62 0.88 0.59
HSL 17.61º 0.79% 0.23% -
HSV(B) 17.61º 0.88% 0.41% -
XYZ 6.5 4.42 0.86 -
YUV 55.36 103.53 162.7 -
System Red Green Blue C M Y K H S L
Decimal 104 39 12 0 0.62 0.88 0.59 17.61 0.79 0.23
Hex 68 27 C 0 3E 58 3B 12 4F 17
Octal 150 47 14 0 76 130 73 22 117 27
Binary 1101000 100111 1100 0 111110 1011000 111011 10010 1001111 10111

Color Harmonies of #68270C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68270C

Black with #68270C

Text Example


Text Example

White with #68270C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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