Html Css Color HEX #603518 Baker's Chocolate

📋 copy color: '#603518'

red 96 ◦ green 53 ◦ blue 24

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

Shades of Baker's Chocolate #603518

Tints of Baker's Chocolate #603518

RGB

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

 GREEN value IS 53 (21.09% from 255) = 30.64%

 BLUE value IS 24 (9.77% from 255) = 13.87%

R = 55.49%
G = 30.64%
B = 13.87%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.75

 K value IS 0.62

RGB Variations

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

Color information

#603518 (or 0x603518) is known color: Baker's Chocolate. HEX triplet: 60, 35 and 18. RGB value is (96,53,24). Sum of RGB (Red+Green+Blue) = 96+53+24=173 (22% of max value = 765). Red value is 96 (37.89% from 255 or 55.49% from 173); Green value is 53 (21.09% from 255 or 30.64% from 173); Blue value is 24 (9.77% from 255 or 13.87% from 173); Max value from RGB is 96 - color contains mainly: red. Hex color #603518 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #603518 is #9FCAE7. Grayscale: #3E3E3E. Windows color (decimal): -10472168 or 1586528. OLE color: 1586528.

HSL color Cylindrical-coordinate representation of color #603518: hue angle of 24.17º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #603518 is Cyan = 0, Magento = 0.45, Yellow = 0.75 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 53 24 -
CMYK 0 0.45 0.75 0.62
HSL 24.17º 0.6% 0.24% -
HSV(B) 24.17º 0.75% 0.38% -
XYZ 6.26 5.1 1.52 -
YUV 62.55 106.25 151.86 -
System Red Green Blue C M Y K H S L
Decimal 96 53 24 0 0.45 0.75 0.62 24.17 0.6 0.24
Hex 60 35 18 0 2D 4B 3E 18 3C 18
Octal 140 65 30 0 55 113 76 30 74 30
Binary 1100000 110101 11000 0 101101 1001011 111110 11000 111100 11000

Color Harmonies of #603518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603518

Black with #603518

Text Example


Text Example

White with #603518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603518; }

 p { color: rgb(96,53,24); }

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

background-color css

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

 a { background-color: rgb(96,53,24); }

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

border-color css

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

 span { border-color: rgb(96,53,24); }

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