Html Css Color HEX #60250E Baker's Chocolate

📋 copy color: '#60250E'

red 96 ◦ green 37 ◦ blue 14

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

Shades of Baker's Chocolate #60250E

Tints of Baker's Chocolate #60250E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 9.52%

R = 65.31%
G = 25.17%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.85

 K value IS 0.62

RGB Variations

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

Color information

#60250E (or 0x60250E) is known color: Baker's Chocolate. HEX triplet: 60, 25 and 0E. RGB value is (96,37,14). Sum of RGB (Red+Green+Blue) = 96+37+14=147 (19% of max value = 765). Red value is 96 (37.89% from 255 or 65.31% from 147); Green value is 37 (14.84% from 255 or 25.17% from 147); Blue value is 14 (5.86% from 255 or 9.52% from 147); Max value from RGB is 96 - color contains mainly: red. Hex color #60250E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #60250E is #9FDAF1. Grayscale: #343434. Windows color (decimal): -10476274 or 927072. OLE color: 927072.

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

Color convert

RGB 96 37 14 -
CMYK 0 0.61 0.85 0.62
HSL 16.83º 0.75% 0.22% -
HSV(B) 16.83º 0.85% 0.38% -
XYZ 5.56 3.84 0.86 -
YUV 52.02 106.55 159.37 -
System Red Green Blue C M Y K H S L
Decimal 96 37 14 0 0.61 0.85 0.62 16.83 0.75 0.22
Hex 60 25 E 0 3D 55 3E 11 4B 16
Octal 140 45 16 0 75 125 76 21 113 26
Binary 1100000 100101 1110 0 111101 1010101 111110 10001 1001011 10110

Color Harmonies of #60250E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60250E

Black with #60250E

Text Example


Text Example

White with #60250E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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