Html Css Color HEX #603D35 Cioccolato

📋 copy color: '#603D35'

red 96 ◦ green 61 ◦ blue 53

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

Shades of Cioccolato #603D35

Tints of Cioccolato #603D35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 25.24%

R = 45.71%
G = 29.05%
B = 25.24%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.45

 K value IS 0.62

RGB Variations

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

Color information

#603D35 (or 0x603D35) is known color: Cioccolato. HEX triplet: 60, 3D and 35. RGB value is (96,61,53). Sum of RGB (Red+Green+Blue) = 96+61+53=210 (27% of max value = 765). Red value is 96 (37.89% from 255 or 45.71% from 210); Green value is 61 (24.22% from 255 or 29.05% from 210); Blue value is 53 (21.09% from 255 or 25.24% from 210); Max value from RGB is 96 - color contains mainly: red. Hex color #603D35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603D35 is #9FC2CA. Grayscale: #464646. Windows color (decimal): -10470091 or 3489120. OLE color: 3489120.

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

Color convert

RGB 96 61 53 -
CMYK 0 0.36 0.45 0.62
HSL 11.16º 0.29% 0.29% -
HSV(B) 11.16º 0.45% 0.38% -
XYZ 7.14 6.08 4.17 -
YUV 70.55 118.1 146.15 -
System Red Green Blue C M Y K H S L
Decimal 96 61 53 0 0.36 0.45 0.62 11.16 0.29 0.29
Hex 60 3D 35 0 24 2D 3E B 1D 1D
Octal 140 75 65 0 44 55 76 13 35 35
Binary 1100000 111101 110101 0 100100 101101 111110 1011 11101 11101

Color Harmonies of #603D35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603D35

Black with #603D35

Text Example


Text Example

White with #603D35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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