Html Css Color HEX #68380C Baker's Chocolate

📋 copy color: '#68380C'

red 104 ◦ green 56 ◦ blue 12

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

Shades of Baker's Chocolate #68380C

Tints of Baker's Chocolate #68380C

RGB

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

 GREEN value IS 56 (22.27% from 255) = 32.56%

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

R = 60.47%
G = 32.56%
B = 6.98%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.88

 K value IS 0.59

RGB Variations

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

Color information

#68380C (or 0x68380C) is known color: Baker's Chocolate. HEX triplet: 68, 38 and 0C. RGB value is (104,56,12). Sum of RGB (Red+Green+Blue) = 104+56+12=172 (22% of max value = 765). Red value is 104 (41.02% from 255 or 60.47% from 172); Green value is 56 (22.27% from 255 or 32.56% from 172); Blue value is 12 (5.08% from 255 or 6.98% from 172); Max value from RGB is 104 - color contains mainly: red. Hex color #68380C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #68380C is #97C7F3. Grayscale: #414141. Windows color (decimal): -9947124 or 800872. OLE color: 800872.

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

Color convert

RGB 104 56 12 -
CMYK 0 0.46 0.88 0.59
HSL 28.7º 0.79% 0.23% -
HSV(B) 28.7º 0.88% 0.41% -
XYZ 7.19 5.8 1.09 -
YUV 65.34 97.9 155.58 -
System Red Green Blue C M Y K H S L
Decimal 104 56 12 0 0.46 0.88 0.59 28.7 0.79 0.23
Hex 68 38 C 0 2E 58 3B 1D 4F 17
Octal 150 70 14 0 56 130 73 35 117 27
Binary 1101000 111000 1100 0 101110 1011000 111011 11101 1001111 10111

Color Harmonies of #68380C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68380C

Black with #68380C

Text Example


Text Example

White with #68380C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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