Html Css Color HEX #603315 Baker's Chocolate

📋 copy color: '#603315'

red 96 ◦ green 51 ◦ blue 21

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

Shades of Baker's Chocolate #603315

Tints of Baker's Chocolate #603315

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 12.5%

R = 57.14%
G = 30.36%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.78

 K value IS 0.62

RGB Variations

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

Color information

#603315 (or 0x603315) is known color: Baker's Chocolate. HEX triplet: 60, 33 and 15. RGB value is (96,51,21). Sum of RGB (Red+Green+Blue) = 96+51+21=168 (22% of max value = 765). Red value is 96 (37.89% from 255 or 57.14% from 168); Green value is 51 (20.31% from 255 or 30.36% from 168); Blue value is 21 (8.59% from 255 or 12.5% from 168); Max value from RGB is 96 - color contains mainly: red. Hex color #603315 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #603315 is #9FCCEA. Grayscale: #3D3D3D. Windows color (decimal): -10472683 or 1389408. OLE color: 1389408.

HSL color Cylindrical-coordinate representation of color #603315: hue angle of 24º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #603315 is Cyan = 0, Magento = 0.47, Yellow = 0.78 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 51 21 -
CMYK 0 0.47 0.78 0.62
HSL 24º 0.64% 0.23% -
HSV(B) 24º 0.78% 0.38% -
XYZ 6.14 4.91 1.33 -
YUV 61.04 105.41 152.94 -
System Red Green Blue C M Y K H S L
Decimal 96 51 21 0 0.47 0.78 0.62 24 0.64 0.23
Hex 60 33 15 0 2F 4E 3E 18 40 17
Octal 140 63 25 0 57 116 76 30 100 27
Binary 1100000 110011 10101 0 101111 1001110 111110 11000 1000000 10111

Color Harmonies of #603315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603315

Black with #603315

Text Example


Text Example

White with #603315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603315; }

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

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

background-color css

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

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

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

border-color css

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

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

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