Html Css Color HEX #60301C Baker's Chocolate

📋 copy color: '#60301C'

red 96 ◦ green 48 ◦ blue 28

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

Shades of Baker's Chocolate #60301C

Tints of Baker's Chocolate #60301C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 27.91%

 BLUE value IS 28 (11.33% from 255) = 16.28%

R = 55.81%
G = 27.91%
B = 16.28%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.71

 K value IS 0.62

RGB Variations

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

Color information

#60301C (or 0x60301C) is known color: Baker's Chocolate. HEX triplet: 60, 30 and 1C. RGB value is (96,48,28). Sum of RGB (Red+Green+Blue) = 96+48+28=172 (22% of max value = 765). Red value is 96 (37.89% from 255 or 55.81% from 172); Green value is 48 (19.14% from 255 or 27.91% from 172); Blue value is 28 (11.33% from 255 or 16.28% from 172); Max value from RGB is 96 - color contains mainly: red. Hex color #60301C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60301C is #9FCFE3. Grayscale: #3C3C3C. Windows color (decimal): -10473444 or 1847392. OLE color: 1847392.

HSL color Cylindrical-coordinate representation of color #60301C: hue angle of 17.65º degrees, saturation: 0.55, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #60301C is Cyan = 0, Magento = 0.50, Yellow = 0.71 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 48 28 -
CMYK 0 0.50 0.71 0.62
HSL 17.65º 0.55% 0.24% -
HSV(B) 17.65º 0.71% 0.38% -
XYZ 6.09 4.68 1.68 -
YUV 60.07 109.9 153.63 -
System Red Green Blue C M Y K H S L
Decimal 96 48 28 0 0.50 0.71 0.62 17.65 0.55 0.24
Hex 60 30 1C 0 32 47 3E 12 37 18
Octal 140 60 34 0 62 107 76 22 67 30
Binary 1100000 110000 11100 0 110010 1000111 111110 10010 110111 11000

Color Harmonies of #60301C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60301C

Black with #60301C

Text Example


Text Example

White with #60301C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,48,28); }

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

background-color css

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

 a { background-color: rgb(96,48,28); }

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

border-color css

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

 span { border-color: rgb(96,48,28); }

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