Html Css Color HEX #603218 Baker's Chocolate

📋 copy color: '#603218'

red 96 ◦ green 50 ◦ blue 24

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

Shades of Baker's Chocolate #603218

Tints of Baker's Chocolate #603218

RGB

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

 GREEN value IS 50 (19.92% from 255) = 29.41%

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

R = 56.47%
G = 29.41%
B = 14.12%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.75

 K value IS 0.62

RGB Variations

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

Color information

#603218 (or 0x603218) is known color: Baker's Chocolate. HEX triplet: 60, 32 and 18. RGB value is (96,50,24). Sum of RGB (Red+Green+Blue) = 96+50+24=170 (22% of max value = 765). Red value is 96 (37.89% from 255 or 56.47% from 170); Green value is 50 (19.92% from 255 or 29.41% from 170); Blue value is 24 (9.77% from 255 or 14.12% from 170); Max value from RGB is 96 - color contains mainly: red. Hex color #603218 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #603218 is #9FCDE7. Grayscale: #3C3C3C. Windows color (decimal): -10472936 or 1585760. OLE color: 1585760.

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

Color convert

RGB 96 50 24 -
CMYK 0 0.48 0.75 0.62
HSL 21.67º 0.6% 0.24% -
HSV(B) 21.67º 0.75% 0.38% -
XYZ 6.13 4.83 1.47 -
YUV 60.79 107.24 153.11 -
System Red Green Blue C M Y K H S L
Decimal 96 50 24 0 0.48 0.75 0.62 21.67 0.6 0.24
Hex 60 32 18 0 30 4B 3E 16 3C 18
Octal 140 62 30 0 60 113 76 26 74 30
Binary 1100000 110010 11000 0 110000 1001011 111110 10110 111100 11000

Color Harmonies of #603218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603218

Black with #603218

Text Example


Text Example

White with #603218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603218; }

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

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

background-color css

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

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

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

border-color css

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

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

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