Html Css Color HEX #60250C Baker's Chocolate

📋 copy color: '#60250C'

red 96 ◦ green 37 ◦ blue 12

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

Shades of Baker's Chocolate #60250C

Tints of Baker's Chocolate #60250C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 25.52%

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

R = 66.21%
G = 25.52%
B = 8.28%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.88

 K value IS 0.62

RGB Variations

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

Color information

#60250C (or 0x60250C) is known color: Baker's Chocolate. HEX triplet: 60, 25 and 0C. RGB value is (96,37,12). Sum of RGB (Red+Green+Blue) = 96+37+12=145 (19% of max value = 765). Red value is 96 (37.89% from 255 or 66.21% from 145); Green value is 37 (14.84% from 255 or 25.52% from 145); Blue value is 12 (5.08% from 255 or 8.28% from 145); Max value from RGB is 96 - color contains mainly: red. Hex color #60250C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #60250C is #9FDAF3. Grayscale: #333333. Windows color (decimal): -10476276 or 796000. OLE color: 796000.

HSL color Cylindrical-coordinate representation of color #60250C: hue angle of 17.86º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #60250C is Cyan = 0, Magento = 0.61, Yellow = 0.88 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 37 12 -
CMYK 0 0.61 0.88 0.62
HSL 17.86º 0.78% 0.21% -
HSV(B) 17.86º 0.88% 0.38% -
XYZ 5.55 3.84 0.8 -
YUV 51.79 105.55 159.53 -
System Red Green Blue C M Y K H S L
Decimal 96 37 12 0 0.61 0.88 0.62 17.86 0.78 0.21
Hex 60 25 C 0 3D 58 3E 12 4E 15
Octal 140 45 14 0 75 130 76 22 116 25
Binary 1100000 100101 1100 0 111101 1011000 111110 10010 1001110 10101

Color Harmonies of #60250C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60250C

Black with #60250C

Text Example


Text Example

White with #60250C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,37,12); }

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

background-color css

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

 a { background-color: rgb(96,37,12); }

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

border-color css

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

 span { border-color: rgb(96,37,12); }

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