Html Css Color HEX #603D2D Cioccolato

📋 copy color: '#603D2D'

red 96 ◦ green 61 ◦ blue 45

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

Shades of Cioccolato #603D2D

Tints of Cioccolato #603D2D

RGB

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

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

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

R = 47.52%
G = 30.2%
B = 22.28%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.53

 K value IS 0.62

RGB Variations

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

Color information

#603D2D (or 0x603D2D) is known color: Cioccolato. HEX triplet: 60, 3D and 2D. RGB value is (96,61,45). Sum of RGB (Red+Green+Blue) = 96+61+45=202 (26% of max value = 765). Red value is 96 (37.89% from 255 or 47.52% from 202); Green value is 61 (24.22% from 255 or 30.20% from 202); Blue value is 45 (17.97% from 255 or 22.28% from 202); Max value from RGB is 96 - color contains mainly: red. Hex color #603D2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603D2D is #9FC2D2. Grayscale: #454545. Windows color (decimal): -10470099 or 2964832. OLE color: 2964832.

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

Color convert

RGB 96 61 45 -
CMYK 0 0.36 0.53 0.62
HSL 18.82º 0.36% 0.28% -
HSV(B) 18.82º 0.53% 0.38% -
XYZ 6.97 6.01 3.28 -
YUV 69.64 114.1 146.8 -
System Red Green Blue C M Y K H S L
Decimal 96 61 45 0 0.36 0.53 0.62 18.82 0.36 0.28
Hex 60 3D 2D 0 24 35 3E 13 24 1C
Octal 140 75 55 0 44 65 76 23 44 34
Binary 1100000 111101 101101 0 100100 110101 111110 10011 100100 11100

Color Harmonies of #603D2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603D2D

Black with #603D2D

Text Example


Text Example

White with #603D2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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