Html Css Color HEX #603C0D Baker's Chocolate

📋 copy color: '#603C0D'

red 96 ◦ green 60 ◦ blue 13

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

Shades of Baker's Chocolate #603C0D

Tints of Baker's Chocolate #603C0D

RGB

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

 GREEN value IS 60 (23.83% from 255) = 35.5%

 BLUE value IS 13 (5.47% from 255) = 7.69%

R = 56.8%
G = 35.5%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.86

 K value IS 0.62

RGB Variations

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

Color information

#603C0D (or 0x603C0D) is known color: Baker's Chocolate. HEX triplet: 60, 3C and 0D. RGB value is (96,60,13). Sum of RGB (Red+Green+Blue) = 96+60+13=169 (22% of max value = 765). Red value is 96 (37.89% from 255 or 56.80% from 169); Green value is 60 (23.83% from 255 or 35.50% from 169); Blue value is 13 (5.47% from 255 or 7.69% from 169); Max value from RGB is 96 - color contains mainly: red. Hex color #603C0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #603C0D is #9FC3F2. Grayscale: #414141. Windows color (decimal): -10470387 or 867424. OLE color: 867424.

HSL color Cylindrical-coordinate representation of color #603C0D: hue angle of 33.98º degrees, saturation: 0.76, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #603C0D is Cyan = 0, Magento = 0.38, Yellow = 0.86 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 60 13 -
CMYK 0 0.38 0.86 0.62
HSL 33.98º 0.76% 0.21% -
HSV(B) 33.98º 0.86% 0.38% -
XYZ 6.51 5.75 1.15 -
YUV 65.41 98.43 149.82 -
System Red Green Blue C M Y K H S L
Decimal 96 60 13 0 0.38 0.86 0.62 33.98 0.76 0.21
Hex 60 3C D 0 26 56 3E 22 4C 15
Octal 140 74 15 0 46 126 76 42 114 25
Binary 1100000 111100 1101 0 100110 1010110 111110 100010 1001100 10101

Color Harmonies of #603C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603C0D

Black with #603C0D

Text Example


Text Example

White with #603C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603C0D; }

 p { color: rgb(96,60,13); }

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

background-color css

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

 a { background-color: rgb(96,60,13); }

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

border-color css

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

 span { border-color: rgb(96,60,13); }

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