Html Css Color HEX #68380D Baker's Chocolate

📋 copy color: '#68380D'

red 104 ◦ green 56 ◦ blue 13

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

Shades of Baker's Chocolate #68380D

Tints of Baker's Chocolate #68380D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 7.51%

R = 60.12%
G = 32.37%
B = 7.51%

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

#68380D (or 0x68380D) is known color: Baker's Chocolate. HEX triplet: 68, 38 and 0D. RGB value is (104,56,13). Sum of RGB (Red+Green+Blue) = 104+56+13=173 (22% of max value = 765). Red value is 104 (41.02% from 255 or 60.12% from 173); Green value is 56 (22.27% from 255 or 32.37% from 173); Blue value is 13 (5.47% from 255 or 7.51% from 173); Max value from RGB is 104 - color contains mainly: red. Hex color #68380D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #68380D is #97C7F2. Grayscale: #414141. Windows color (decimal): -9947123 or 866408. OLE color: 866408.

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

Color convert

RGB 104 56 13 -
CMYK 0 0.46 0.88 0.59
HSL 28.35º 0.78% 0.23% -
HSV(B) 28.35º 0.88% 0.41% -
XYZ 7.2 5.8 1.12 -
YUV 65.45 98.4 155.5 -
System Red Green Blue C M Y K H S L
Decimal 104 56 13 0 0.46 0.88 0.59 28.35 0.78 0.23
Hex 68 38 D 0 2E 58 3B 1C 4E 17
Octal 150 70 15 0 56 130 73 34 116 27
Binary 1101000 111000 1101 0 101110 1011000 111011 11100 1001110 10111

Color Harmonies of #68380D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68380D

Black with #68380D

Text Example


Text Example

White with #68380D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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