Html Css Color HEX #603A1B Baker's Chocolate

📋 copy color: '#603A1B'

red 96 ◦ green 58 ◦ blue 27

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

Shades of Baker's Chocolate #603A1B

Tints of Baker's Chocolate #603A1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 14.92%

R = 53.04%
G = 32.04%
B = 14.92%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.72

 K value IS 0.62

RGB Variations

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

Color information

#603A1B (or 0x603A1B) is known color: Baker's Chocolate. HEX triplet: 60, 3A and 1B. RGB value is (96,58,27). Sum of RGB (Red+Green+Blue) = 96+58+27=181 (23% of max value = 765). Red value is 96 (37.89% from 255 or 53.04% from 181); Green value is 58 (23.05% from 255 or 32.04% from 181); Blue value is 27 (10.94% from 255 or 14.92% from 181); Max value from RGB is 96 - color contains mainly: red. Hex color #603A1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603A1B is #9FC5E4. Grayscale: #414141. Windows color (decimal): -10470885 or 1784416. OLE color: 1784416.

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

Color convert

RGB 96 58 27 -
CMYK 0 0.40 0.72 0.62
HSL 26.96º 0.56% 0.24% -
HSV(B) 26.96º 0.72% 0.38% -
XYZ 6.53 5.59 1.77 -
YUV 65.83 106.09 149.52 -
System Red Green Blue C M Y K H S L
Decimal 96 58 27 0 0.40 0.72 0.62 26.96 0.56 0.24
Hex 60 3A 1B 0 28 48 3E 1B 38 18
Octal 140 72 33 0 50 110 76 33 70 30
Binary 1100000 111010 11011 0 101000 1001000 111110 11011 111000 11000

Color Harmonies of #603A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603A1B

Black with #603A1B

Text Example


Text Example

White with #603A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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