Html Css Color HEX #613E2D Cioccolato

📋 copy color: '#613E2D'

red 97 ◦ green 62 ◦ blue 45

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

Shades of Cioccolato #613E2D

Tints of Cioccolato #613E2D

RGB

 RED value IS 97 (38.28% from 255) = 47.55%

 GREEN value IS 62 (24.61% from 255) = 30.39%

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

R = 47.55%
G = 30.39%
B = 22.06%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.54

 K value IS 0.62

RGB Variations

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

Color information

#613E2D (or 0x613E2D) is known color: Cioccolato. HEX triplet: 61, 3E and 2D. RGB value is (97,62,45). Sum of RGB (Red+Green+Blue) = 97+62+45=204 (27% of max value = 765). Red value is 97 (38.28% from 255 or 47.55% from 204); Green value is 62 (24.61% from 255 or 30.39% from 204); Blue value is 45 (17.97% from 255 or 22.06% from 204); Max value from RGB is 97 - color contains mainly: red. Hex color #613E2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613E2D is #9EC1D2. Grayscale: #464646. Windows color (decimal): -10404307 or 2965089. OLE color: 2965089.

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

Color convert

RGB 97 62 45 -
CMYK 0 0.36 0.54 0.62
HSL 19.62º 0.37% 0.28% -
HSV(B) 19.62º 0.54% 0.38% -
XYZ 7.13 6.18 3.3 -
YUV 70.53 113.6 146.88 -
System Red Green Blue C M Y K H S L
Decimal 97 62 45 0 0.36 0.54 0.62 19.62 0.37 0.28
Hex 61 3E 2D 0 24 36 3E 14 25 1C
Octal 141 76 55 0 44 66 76 24 45 34
Binary 1100001 111110 101101 0 100100 110110 111110 10100 100101 11100

Color Harmonies of #613E2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613E2D

Black with #613E2D

Text Example


Text Example

White with #613E2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613E2D; }

 p { color: rgb(97,62,45); }

 H1.HeaderClassName
 {
   color: #613E2D;
 }
 .AnyTagClassName
 {
   color: #613E2D;
 }
</style>

background-color css

<style>
 a { background-color: #613E2D; }

 a { background-color: rgb(97,62,45); }

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

border-color css

<style>
 span { border-color: #613E2D; }

 span { border-color: rgb(97,62,45); }

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