Html Css Color HEX #603B1A Baker's Chocolate

📋 copy color: '#603B1A'

red 96 ◦ green 59 ◦ blue 26

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

Shades of Baker's Chocolate #603B1A

Tints of Baker's Chocolate #603B1A

RGB

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

 GREEN value IS 59 (23.44% from 255) = 32.6%

 BLUE value IS 26 (10.55% from 255) = 14.36%

R = 53.04%
G = 32.6%
B = 14.36%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.73

 K value IS 0.62

RGB Variations

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

Color information

#603B1A (or 0x603B1A) is known color: Baker's Chocolate. HEX triplet: 60, 3B and 1A. RGB value is (96,59,26). Sum of RGB (Red+Green+Blue) = 96+59+26=181 (23% of max value = 765). Red value is 96 (37.89% from 255 or 53.04% from 181); Green value is 59 (23.44% from 255 or 32.60% from 181); Blue value is 26 (10.55% from 255 or 14.36% from 181); Max value from RGB is 96 - color contains mainly: red. Hex color #603B1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603B1A is #9FC4E5. Grayscale: #424242. Windows color (decimal): -10470630 or 1719136. OLE color: 1719136.

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

Color convert

RGB 96 59 26 -
CMYK 0 0.39 0.73 0.62
HSL 28.29º 0.57% 0.24% -
HSV(B) 28.29º 0.73% 0.38% -
XYZ 6.57 5.69 1.73 -
YUV 66.3 105.26 149.18 -
System Red Green Blue C M Y K H S L
Decimal 96 59 26 0 0.39 0.73 0.62 28.29 0.57 0.24
Hex 60 3B 1A 0 27 49 3E 1C 39 18
Octal 140 73 32 0 47 111 76 34 71 30
Binary 1100000 111011 11010 0 100111 1001001 111110 11100 111001 11000

Color Harmonies of #603B1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603B1A

Black with #603B1A

Text Example


Text Example

White with #603B1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,59,26); }

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

background-color css

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

 a { background-color: rgb(96,59,26); }

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

border-color css

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

 span { border-color: rgb(96,59,26); }

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