Html Css Color HEX #60381D Baker's Chocolate

📋 copy color: '#60381D'

red 96 ◦ green 56 ◦ blue 29

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

Shades of Baker's Chocolate #60381D

Tints of Baker's Chocolate #60381D

RGB

 RED value IS 96 (37.89% from 255) = 53.04%

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

 BLUE value IS 29 (11.72% from 255) = 16.02%

R = 53.04%
G = 30.94%
B = 16.02%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.70

 K value IS 0.62

RGB Variations

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

Color information

#60381D (or 0x60381D) is known color: Baker's Chocolate. HEX triplet: 60, 38 and 1D. RGB value is (96,56,29). Sum of RGB (Red+Green+Blue) = 96+56+29=181 (23% of max value = 765). Red value is 96 (37.89% from 255 or 53.04% from 181); Green value is 56 (22.27% from 255 or 30.94% from 181); Blue value is 29 (11.72% from 255 or 16.02% from 181); Max value from RGB is 96 - color contains mainly: red. Hex color #60381D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60381D is #9FC7E2. Grayscale: #414141. Windows color (decimal): -10471395 or 1914976. OLE color: 1914976.

HSL color Cylindrical-coordinate representation of color #60381D: hue angle of 24.18º degrees, saturation: 0.54, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #60381D is Cyan = 0, Magento = 0.42, Yellow = 0.70 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 56 29 -
CMYK 0 0.42 0.70 0.62
HSL 24.18º 0.54% 0.25% -
HSV(B) 24.18º 0.7% 0.38% -
XYZ 6.46 5.4 1.86 -
YUV 64.88 107.75 150.2 -
System Red Green Blue C M Y K H S L
Decimal 96 56 29 0 0.42 0.70 0.62 24.18 0.54 0.25
Hex 60 38 1D 0 2A 46 3E 18 36 19
Octal 140 70 35 0 52 106 76 30 66 31
Binary 1100000 111000 11101 0 101010 1000110 111110 11000 110110 11001

Color Harmonies of #60381D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60381D

Black with #60381D

Text Example


Text Example

White with #60381D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,56,29); }

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

background-color css

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

 a { background-color: rgb(96,56,29); }

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

border-color css

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

 span { border-color: rgb(96,56,29); }

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