Html Css Color HEX #603318 Baker's Chocolate

📋 copy color: '#603318'

red 96 ◦ green 51 ◦ blue 24

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

Shades of Baker's Chocolate #603318

Tints of Baker's Chocolate #603318

RGB

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

 GREEN value IS 51 (20.31% from 255) = 29.82%

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

R = 56.14%
G = 29.82%
B = 14.04%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.75

 K value IS 0.62

RGB Variations

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

Color information

#603318 (or 0x603318) is known color: Baker's Chocolate. HEX triplet: 60, 33 and 18. RGB value is (96,51,24). Sum of RGB (Red+Green+Blue) = 96+51+24=171 (22% of max value = 765). Red value is 96 (37.89% from 255 or 56.14% from 171); Green value is 51 (20.31% from 255 or 29.82% from 171); Blue value is 24 (9.77% from 255 or 14.04% from 171); Max value from RGB is 96 - color contains mainly: red. Hex color #603318 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #603318 is #9FCCE7. Grayscale: #3D3D3D. Windows color (decimal): -10472680 or 1586016. OLE color: 1586016.

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

Color convert

RGB 96 51 24 -
CMYK 0 0.47 0.75 0.62
HSL 22.5º 0.6% 0.24% -
HSV(B) 22.5º 0.75% 0.38% -
XYZ 6.17 4.92 1.49 -
YUV 61.38 106.91 152.7 -
System Red Green Blue C M Y K H S L
Decimal 96 51 24 0 0.47 0.75 0.62 22.5 0.6 0.24
Hex 60 33 18 0 2F 4B 3E 16 3C 18
Octal 140 63 30 0 57 113 76 26 74 30
Binary 1100000 110011 11000 0 101111 1001011 111110 10110 111100 11000

Color Harmonies of #603318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603318

Black with #603318

Text Example


Text Example

White with #603318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603318; }

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

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

background-color css

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

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

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

border-color css

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

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

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