Html Css Color HEX #603B15 Baker's Chocolate

📋 copy color: '#603B15'

red 96 ◦ green 59 ◦ blue 21

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

Shades of Baker's Chocolate #603B15

Tints of Baker's Chocolate #603B15

RGB

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

 GREEN value IS 59 (23.44% from 255) = 33.52%

 BLUE value IS 21 (8.59% from 255) = 11.93%

R = 54.55%
G = 33.52%
B = 11.93%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.78

 K value IS 0.62

RGB Variations

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

Color information

#603B15 (or 0x603B15) is known color: Baker's Chocolate. HEX triplet: 60, 3B and 15. RGB value is (96,59,21). Sum of RGB (Red+Green+Blue) = 96+59+21=176 (23% of max value = 765). Red value is 96 (37.89% from 255 or 54.55% from 176); Green value is 59 (23.44% from 255 or 33.52% from 176); Blue value is 21 (8.59% from 255 or 11.93% from 176); Max value from RGB is 96 - color contains mainly: red. Hex color #603B15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #603B15 is #9FC4EA. Grayscale: #414141. Windows color (decimal): -10470635 or 1391456. OLE color: 1391456.

HSL color Cylindrical-coordinate representation of color #603B15: hue angle of 30.4º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #603B15 is Cyan = 0, Magento = 0.39, Yellow = 0.78 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 59 21 -
CMYK 0 0.39 0.78 0.62
HSL 30.4º 0.64% 0.23% -
HSV(B) 30.4º 0.78% 0.38% -
XYZ 6.52 5.67 1.46 -
YUV 65.73 102.76 149.59 -
System Red Green Blue C M Y K H S L
Decimal 96 59 21 0 0.39 0.78 0.62 30.4 0.64 0.23
Hex 60 3B 15 0 27 4E 3E 1E 40 17
Octal 140 73 25 0 47 116 76 36 100 27
Binary 1100000 111011 10101 0 100111 1001110 111110 11110 1000000 10111

Color Harmonies of #603B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603B15

Black with #603B15

Text Example


Text Example

White with #603B15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603B15; }

 p { color: rgb(96,59,21); }

 H1.HeaderClassName
 {
   color: #603B15;
 }
 .AnyTagClassName
 {
   color: #603B15;
 }
</style>

background-color css

<style>
 a { background-color: #603B15; }

 a { background-color: rgb(96,59,21); }

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

border-color css

<style>
 span { border-color: #603B15; }

 span { border-color: rgb(96,59,21); }

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