Html Css Color HEX #603413 Baker's Chocolate

📋 copy color: '#603413'

red 96 ◦ green 52 ◦ blue 19

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

Shades of Baker's Chocolate #603413

Tints of Baker's Chocolate #603413

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 11.38%

R = 57.49%
G = 31.14%
B = 11.38%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.80

 K value IS 0.62

RGB Variations

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

Color information

#603413 (or 0x603413) is known color: Baker's Chocolate. HEX triplet: 60, 34 and 13. RGB value is (96,52,19). Sum of RGB (Red+Green+Blue) = 96+52+19=167 (22% of max value = 765). Red value is 96 (37.89% from 255 or 57.49% from 167); Green value is 52 (20.70% from 255 or 31.14% from 167); Blue value is 19 (7.81% from 255 or 11.38% from 167); Max value from RGB is 96 - color contains mainly: red. Hex color #603413 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #603413 is #9FCBEC. Grayscale: #3D3D3D. Windows color (decimal): -10472429 or 1258592. OLE color: 1258592.

HSL color Cylindrical-coordinate representation of color #603413: hue angle of 25.71º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #603413 is Cyan = 0, Magento = 0.46, Yellow = 0.80 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 52 19 -
CMYK 0 0.46 0.80 0.62
HSL 25.71º 0.67% 0.23% -
HSV(B) 25.71º 0.8% 0.38% -
XYZ 6.17 4.99 1.25 -
YUV 61.39 104.08 152.68 -
System Red Green Blue C M Y K H S L
Decimal 96 52 19 0 0.46 0.80 0.62 25.71 0.67 0.23
Hex 60 34 13 0 2E 50 3E 1A 43 17
Octal 140 64 23 0 56 120 76 32 103 27
Binary 1100000 110100 10011 0 101110 1010000 111110 11010 1000011 10111

Color Harmonies of #603413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603413

Black with #603413

Text Example


Text Example

White with #603413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603413; }

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

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

background-color css

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

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

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

border-color css

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

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

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