Html Css Color HEX #60360F Baker's Chocolate

📋 copy color: '#60360F'

red 96 ◦ green 54 ◦ blue 15

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

Shades of Baker's Chocolate #60360F

Tints of Baker's Chocolate #60360F

RGB

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

 GREEN value IS 54 (21.48% from 255) = 32.73%

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

R = 58.18%
G = 32.73%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.84

 K value IS 0.62

RGB Variations

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

Color information

#60360F (or 0x60360F) is known color: Baker's Chocolate. HEX triplet: 60, 36 and 0F. RGB value is (96,54,15). Sum of RGB (Red+Green+Blue) = 96+54+15=165 (21% of max value = 765). Red value is 96 (37.89% from 255 or 58.18% from 165); Green value is 54 (21.48% from 255 or 32.73% from 165); Blue value is 15 (6.25% from 255 or 9.09% from 165); Max value from RGB is 96 - color contains mainly: red. Hex color #60360F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #60360F is #9FC9F0. Grayscale: #3E3E3E. Windows color (decimal): -10471921 or 996960. OLE color: 996960.

HSL color Cylindrical-coordinate representation of color #60360F: hue angle of 28.89º 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 #60360F is Cyan = 0, Magento = 0.44, Yellow = 0.84 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 54 15 -
CMYK 0 0.44 0.84 0.62
HSL 28.89º 0.73% 0.22% -
HSV(B) 28.89º 0.84% 0.38% -
XYZ 6.23 5.16 1.12 -
YUV 62.11 101.41 152.17 -
System Red Green Blue C M Y K H S L
Decimal 96 54 15 0 0.44 0.84 0.62 28.89 0.73 0.22
Hex 60 36 F 0 2C 54 3E 1D 49 16
Octal 140 66 17 0 54 124 76 35 111 26
Binary 1100000 110110 1111 0 101100 1010100 111110 11101 1001001 10110

Color Harmonies of #60360F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60360F

Black with #60360F

Text Example


Text Example

White with #60360F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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