Html Css Color HEX #60250F Baker's Chocolate

📋 copy color: '#60250F'

red 96 ◦ green 37 ◦ blue 15

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

Shades of Baker's Chocolate #60250F

Tints of Baker's Chocolate #60250F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 10.14%

R = 64.86%
G = 25%
B = 10.14%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.84

 K value IS 0.62

RGB Variations

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

Color information

#60250F (or 0x60250F) is known color: Baker's Chocolate. HEX triplet: 60, 25 and 0F. RGB value is (96,37,15). Sum of RGB (Red+Green+Blue) = 96+37+15=148 (19% of max value = 765). Red value is 96 (37.89% from 255 or 64.86% from 148); Green value is 37 (14.84% from 255 or 25% from 148); Blue value is 15 (6.25% from 255 or 10.14% from 148); Max value from RGB is 96 - color contains mainly: red. Hex color #60250F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #60250F is #9FDAF0. Grayscale: #343434. Windows color (decimal): -10476273 or 992608. OLE color: 992608.

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

Color convert

RGB 96 37 15 -
CMYK 0 0.61 0.84 0.62
HSL 16.3º 0.73% 0.22% -
HSV(B) 16.3º 0.84% 0.38% -
XYZ 5.57 3.84 0.9 -
YUV 52.13 107.05 159.29 -
System Red Green Blue C M Y K H S L
Decimal 96 37 15 0 0.61 0.84 0.62 16.3 0.73 0.22
Hex 60 25 F 0 3D 54 3E 10 49 16
Octal 140 45 17 0 75 124 76 20 111 26
Binary 1100000 100101 1111 0 111101 1010100 111110 10000 1001001 10110

Color Harmonies of #60250F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60250F

Black with #60250F

Text Example


Text Example

White with #60250F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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