Html Css Color HEX #603618 Baker's Chocolate

📋 copy color: '#603618'

red 96 ◦ green 54 ◦ blue 24

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

Shades of Baker's Chocolate #603618

Tints of Baker's Chocolate #603618

RGB

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

 GREEN value IS 54 (21.48% from 255) = 31.03%

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

R = 55.17%
G = 31.03%
B = 13.79%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.75

 K value IS 0.62

RGB Variations

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

Color information

#603618 (or 0x603618) is known color: Baker's Chocolate. HEX triplet: 60, 36 and 18. RGB value is (96,54,24). Sum of RGB (Red+Green+Blue) = 96+54+24=174 (23% of max value = 765). Red value is 96 (37.89% from 255 or 55.17% from 174); Green value is 54 (21.48% from 255 or 31.03% from 174); Blue value is 24 (9.77% from 255 or 13.79% from 174); Max value from RGB is 96 - color contains mainly: red. Hex color #603618 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #603618 is #9FC9E7. Grayscale: #3F3F3F. Windows color (decimal): -10471912 or 1586784. OLE color: 1586784.

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

Color convert

RGB 96 54 24 -
CMYK 0 0.44 0.75 0.62
HSL 25º 0.6% 0.24% -
HSV(B) 25º 0.75% 0.38% -
XYZ 6.31 5.19 1.53 -
YUV 63.14 105.91 151.44 -
System Red Green Blue C M Y K H S L
Decimal 96 54 24 0 0.44 0.75 0.62 25 0.6 0.24
Hex 60 36 18 0 2C 4B 3E 19 3C 18
Octal 140 66 30 0 54 113 76 31 74 30
Binary 1100000 110110 11000 0 101100 1001011 111110 11001 111100 11000

Color Harmonies of #603618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603618

Black with #603618

Text Example


Text Example

White with #603618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603618; }

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

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

background-color css

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

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

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

border-color css

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

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

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