Html Css Color HEX #603D31 Cioccolato

📋 copy color: '#603D31'

red 96 ◦ green 61 ◦ blue 49

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

Shades of Cioccolato #603D31

Tints of Cioccolato #603D31

RGB

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

 GREEN value IS 61 (24.22% from 255) = 29.61%

 BLUE value IS 49 (19.53% from 255) = 23.79%

R = 46.6%
G = 29.61%
B = 23.79%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.49

 K value IS 0.62

RGB Variations

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

Color information

#603D31 (or 0x603D31) is known color: Cioccolato. HEX triplet: 60, 3D and 31. RGB value is (96,61,49). Sum of RGB (Red+Green+Blue) = 96+61+49=206 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.60% from 206); Green value is 61 (24.22% from 255 or 29.61% from 206); Blue value is 49 (19.53% from 255 or 23.79% from 206); Max value from RGB is 96 - color contains mainly: red. Hex color #603D31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603D31 is #9FC2CE. Grayscale: #464646. Windows color (decimal): -10470095 or 3226976. OLE color: 3226976.

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

Color convert

RGB 96 61 49 -
CMYK 0 0.36 0.49 0.62
HSL 15.32º 0.32% 0.28% -
HSV(B) 15.32º 0.49% 0.38% -
XYZ 7.05 6.05 3.7 -
YUV 70.1 116.1 146.48 -
System Red Green Blue C M Y K H S L
Decimal 96 61 49 0 0.36 0.49 0.62 15.32 0.32 0.28
Hex 60 3D 31 0 24 31 3E F 20 1C
Octal 140 75 61 0 44 61 76 17 40 34
Binary 1100000 111101 110001 0 100100 110001 111110 1111 100000 11100

Color Harmonies of #603D31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603D31

Black with #603D31

Text Example


Text Example

White with #603D31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,61,49); }

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

background-color css

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

 a { background-color: rgb(96,61,49); }

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

border-color css

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

 span { border-color: rgb(96,61,49); }

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