Html Css Color HEX #603A17 Baker's Chocolate

📋 copy color: '#603A17'

red 96 ◦ green 58 ◦ blue 23

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

Shades of Baker's Chocolate #603A17

Tints of Baker's Chocolate #603A17

RGB

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

 GREEN value IS 58 (23.05% from 255) = 32.77%

 BLUE value IS 23 (9.38% from 255) = 12.99%

R = 54.24%
G = 32.77%
B = 12.99%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.76

 K value IS 0.62

RGB Variations

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

Color information

#603A17 (or 0x603A17) is known color: Baker's Chocolate. HEX triplet: 60, 3A and 17. RGB value is (96,58,23). Sum of RGB (Red+Green+Blue) = 96+58+23=177 (23% of max value = 765). Red value is 96 (37.89% from 255 or 54.24% from 177); Green value is 58 (23.05% from 255 or 32.77% from 177); Blue value is 23 (9.38% from 255 or 12.99% from 177); Max value from RGB is 96 - color contains mainly: red. Hex color #603A17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #603A17 is #9FC5E8. Grayscale: #414141. Windows color (decimal): -10470889 or 1522272. OLE color: 1522272.

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

Color convert

RGB 96 58 23 -
CMYK 0 0.40 0.76 0.62
HSL 28.77º 0.61% 0.23% -
HSV(B) 28.77º 0.76% 0.38% -
XYZ 6.49 5.57 1.54 -
YUV 65.37 104.09 149.85 -
System Red Green Blue C M Y K H S L
Decimal 96 58 23 0 0.40 0.76 0.62 28.77 0.61 0.23
Hex 60 3A 17 0 28 4C 3E 1D 3D 17
Octal 140 72 27 0 50 114 76 35 75 27
Binary 1100000 111010 10111 0 101000 1001100 111110 11101 111101 10111

Color Harmonies of #603A17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603A17

Black with #603A17

Text Example


Text Example

White with #603A17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,58,23); }

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

background-color css

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

 a { background-color: rgb(96,58,23); }

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

border-color css

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

 span { border-color: rgb(96,58,23); }

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