Html Css Color HEX #603415 Baker's Chocolate

📋 copy color: '#603415'

red 96 ◦ green 52 ◦ blue 21

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

Shades of Baker's Chocolate #603415

Tints of Baker's Chocolate #603415

RGB

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

 GREEN value IS 52 (20.7% from 255) = 30.77%

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

R = 56.8%
G = 30.77%
B = 12.43%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.78

 K value IS 0.62

RGB Variations

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

Color information

#603415 (or 0x603415) is known color: Baker's Chocolate. HEX triplet: 60, 34 and 15. RGB value is (96,52,21). Sum of RGB (Red+Green+Blue) = 96+52+21=169 (22% of max value = 765). Red value is 96 (37.89% from 255 or 56.80% from 169); Green value is 52 (20.70% from 255 or 30.77% from 169); Blue value is 21 (8.59% from 255 or 12.43% from 169); Max value from RGB is 96 - color contains mainly: red. Hex color #603415 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #603415 is #9FCBEA. Grayscale: #3D3D3D. Windows color (decimal): -10472427 or 1389664. OLE color: 1389664.

HSL color Cylindrical-coordinate representation of color #603415: hue angle of 24.8º 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 #603415 is Cyan = 0, Magento = 0.46, Yellow = 0.78 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 52 21 -
CMYK 0 0.46 0.78 0.62
HSL 24.8º 0.64% 0.23% -
HSV(B) 24.8º 0.78% 0.38% -
XYZ 6.19 5 1.35 -
YUV 61.62 105.08 152.52 -
System Red Green Blue C M Y K H S L
Decimal 96 52 21 0 0.46 0.78 0.62 24.8 0.64 0.23
Hex 60 34 15 0 2E 4E 3E 19 40 17
Octal 140 64 25 0 56 116 76 31 100 27
Binary 1100000 110100 10101 0 101110 1001110 111110 11001 1000000 10111

Color Harmonies of #603415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603415

Black with #603415

Text Example


Text Example

White with #603415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603415; }

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

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

background-color css

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

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

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

border-color css

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

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

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