Html Css Color HEX #603B1B Baker's Chocolate

📋 copy color: '#603B1B'

red 96 ◦ green 59 ◦ blue 27

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

Shades of Baker's Chocolate #603B1B

Tints of Baker's Chocolate #603B1B

RGB

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

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

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

R = 52.75%
G = 32.42%
B = 14.84%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.72

 K value IS 0.62

RGB Variations

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

Color information

#603B1B (or 0x603B1B) is known color: Baker's Chocolate. HEX triplet: 60, 3B and 1B. RGB value is (96,59,27). Sum of RGB (Red+Green+Blue) = 96+59+27=182 (24% of max value = 765). Red value is 96 (37.89% from 255 or 52.75% from 182); Green value is 59 (23.44% from 255 or 32.42% from 182); Blue value is 27 (10.94% from 255 or 14.84% from 182); Max value from RGB is 96 - color contains mainly: red. Hex color #603B1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603B1B is #9FC4E4. Grayscale: #424242. Windows color (decimal): -10470629 or 1784672. OLE color: 1784672.

HSL color Cylindrical-coordinate representation of color #603B1B: hue angle of 27.83º 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 #603B1B is Cyan = 0, Magento = 0.39, Yellow = 0.72 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 59 27 -
CMYK 0 0.39 0.72 0.62
HSL 27.83º 0.56% 0.24% -
HSV(B) 27.83º 0.72% 0.38% -
XYZ 6.59 5.69 1.79 -
YUV 66.42 105.76 149.1 -
System Red Green Blue C M Y K H S L
Decimal 96 59 27 0 0.39 0.72 0.62 27.83 0.56 0.24
Hex 60 3B 1B 0 27 48 3E 1C 38 18
Octal 140 73 33 0 47 110 76 34 70 30
Binary 1100000 111011 11011 0 100111 1001000 111110 11100 111000 11000

Color Harmonies of #603B1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603B1B

Black with #603B1B

Text Example


Text Example

White with #603B1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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