Html Css Color HEX #60381A Baker's Chocolate

📋 copy color: '#60381A'

red 96 ◦ green 56 ◦ blue 26

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

Shades of Baker's Chocolate #60381A

Tints of Baker's Chocolate #60381A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 14.61%

R = 53.93%
G = 31.46%
B = 14.61%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.73

 K value IS 0.62

RGB Variations

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

Color information

#60381A (or 0x60381A) is known color: Baker's Chocolate. HEX triplet: 60, 38 and 1A. RGB value is (96,56,26). Sum of RGB (Red+Green+Blue) = 96+56+26=178 (23% of max value = 765). Red value is 96 (37.89% from 255 or 53.93% from 178); Green value is 56 (22.27% from 255 or 31.46% from 178); Blue value is 26 (10.55% from 255 or 14.61% from 178); Max value from RGB is 96 - color contains mainly: red. Hex color #60381A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60381A is #9FC7E5. Grayscale: #404040. Windows color (decimal): -10471398 or 1718368. OLE color: 1718368.

HSL color Cylindrical-coordinate representation of color #60381A: hue angle of 25.71º degrees, saturation: 0.57, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #60381A is Cyan = 0, Magento = 0.42, Yellow = 0.73 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 56 26 -
CMYK 0 0.42 0.73 0.62
HSL 25.71º 0.57% 0.24% -
HSV(B) 25.71º 0.73% 0.38% -
XYZ 6.42 5.39 1.68 -
YUV 64.54 106.25 150.44 -
System Red Green Blue C M Y K H S L
Decimal 96 56 26 0 0.42 0.73 0.62 25.71 0.57 0.24
Hex 60 38 1A 0 2A 49 3E 1A 39 18
Octal 140 70 32 0 52 111 76 32 71 30
Binary 1100000 111000 11010 0 101010 1001001 111110 11010 111001 11000

Color Harmonies of #60381A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60381A

Black with #60381A

Text Example


Text Example

White with #60381A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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