Html Css Color HEX #603B2D Cioccolato

📋 copy color: '#603B2D'

red 96 ◦ green 59 ◦ blue 45

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

Shades of Cioccolato #603B2D

Tints of Cioccolato #603B2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 22.5%

R = 48%
G = 29.5%
B = 22.5%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.53

 K value IS 0.62

RGB Variations

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

Color information

#603B2D (or 0x603B2D) is known color: Cioccolato. HEX triplet: 60, 3B and 2D. RGB value is (96,59,45). Sum of RGB (Red+Green+Blue) = 96+59+45=200 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48% from 200); Green value is 59 (23.44% from 255 or 29.5% from 200); Blue value is 45 (17.97% from 255 or 22.5% from 200); Max value from RGB is 96 - color contains mainly: red. Hex color #603B2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603B2D is #9FC4D2. Grayscale: #444444. Windows color (decimal): -10470611 or 2964320. OLE color: 2964320.

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

Color convert

RGB 96 59 45 -
CMYK 0 0.39 0.53 0.62
HSL 16.47º 0.36% 0.28% -
HSV(B) 16.47º 0.53% 0.38% -
XYZ 6.86 5.8 3.24 -
YUV 68.47 114.76 147.64 -
System Red Green Blue C M Y K H S L
Decimal 96 59 45 0 0.39 0.53 0.62 16.47 0.36 0.28
Hex 60 3B 2D 0 27 35 3E 10 24 1C
Octal 140 73 55 0 47 65 76 20 44 34
Binary 1100000 111011 101101 0 100111 110101 111110 10000 100100 11100

Color Harmonies of #603B2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603B2D

Black with #603B2D

Text Example


Text Example

White with #603B2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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