Html Css Color HEX #603A1C Baker's Chocolate

📋 copy color: '#603A1C'

red 96 ◦ green 58 ◦ blue 28

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

Shades of Baker's Chocolate #603A1C

Tints of Baker's Chocolate #603A1C

RGB

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

 GREEN value IS 58 (23.05% from 255) = 31.87%

 BLUE value IS 28 (11.33% from 255) = 15.38%

R = 52.75%
G = 31.87%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.71

 K value IS 0.62

RGB Variations

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

Color information

#603A1C (or 0x603A1C) is known color: Baker's Chocolate. HEX triplet: 60, 3A and 1C. RGB value is (96,58,28). Sum of RGB (Red+Green+Blue) = 96+58+28=182 (24% of max value = 765). Red value is 96 (37.89% from 255 or 52.75% from 182); Green value is 58 (23.05% from 255 or 31.87% from 182); Blue value is 28 (11.33% from 255 or 15.38% from 182); Max value from RGB is 96 - color contains mainly: red. Hex color #603A1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603A1C is #9FC5E3. Grayscale: #424242. Windows color (decimal): -10470884 or 1849952. OLE color: 1849952.

HSL color Cylindrical-coordinate representation of color #603A1C: hue angle of 26.47º degrees, saturation: 0.55, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #603A1C is Cyan = 0, Magento = 0.40, Yellow = 0.71 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 58 28 -
CMYK 0 0.40 0.71 0.62
HSL 26.47º 0.55% 0.24% -
HSV(B) 26.47º 0.71% 0.38% -
XYZ 6.55 5.6 1.83 -
YUV 65.94 106.59 149.44 -
System Red Green Blue C M Y K H S L
Decimal 96 58 28 0 0.40 0.71 0.62 26.47 0.55 0.24
Hex 60 3A 1C 0 28 47 3E 1A 37 18
Octal 140 72 34 0 50 107 76 32 67 30
Binary 1100000 111010 11100 0 101000 1000111 111110 11010 110111 11000

Color Harmonies of #603A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603A1C

Black with #603A1C

Text Example


Text Example

White with #603A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,58,28); }

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

background-color css

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

 a { background-color: rgb(96,58,28); }

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

border-color css

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

 span { border-color: rgb(96,58,28); }

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