Html Css Color HEX #68360C Baker's Chocolate

📋 copy color: '#68360C'

red 104 ◦ green 54 ◦ blue 12

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

Shades of Baker's Chocolate #68360C

Tints of Baker's Chocolate #68360C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 31.76%

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

R = 61.18%
G = 31.76%
B = 7.06%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.88

 K value IS 0.59

RGB Variations

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

Color information

#68360C (or 0x68360C) is known color: Baker's Chocolate. HEX triplet: 68, 36 and 0C. RGB value is (104,54,12). Sum of RGB (Red+Green+Blue) = 104+54+12=170 (22% of max value = 765). Red value is 104 (41.02% from 255 or 61.18% from 170); Green value is 54 (21.48% from 255 or 31.76% from 170); Blue value is 12 (5.08% from 255 or 7.06% from 170); Max value from RGB is 104 - color contains mainly: red. Hex color #68360C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #68360C is #97C9F3. Grayscale: #404040. Windows color (decimal): -9947636 or 800360. OLE color: 800360.

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

Color convert

RGB 104 54 12 -
CMYK 0 0.48 0.88 0.59
HSL 27.39º 0.79% 0.23% -
HSV(B) 27.39º 0.88% 0.41% -
XYZ 7.09 5.61 1.06 -
YUV 64.16 98.57 156.42 -
System Red Green Blue C M Y K H S L
Decimal 104 54 12 0 0.48 0.88 0.59 27.39 0.79 0.23
Hex 68 36 C 0 30 58 3B 1B 4F 17
Octal 150 66 14 0 60 130 73 33 117 27
Binary 1101000 110110 1100 0 110000 1011000 111011 11011 1001111 10111

Color Harmonies of #68360C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68360C

Black with #68360C

Text Example


Text Example

White with #68360C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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