Html Css Color HEX #613D2C Cioccolato

📋 copy color: '#613D2C'

red 97 ◦ green 61 ◦ blue 44

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

Shades of Cioccolato #613D2C

Tints of Cioccolato #613D2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 21.78%

R = 48.02%
G = 30.2%
B = 21.78%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.55

 K value IS 0.62

RGB Variations

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

Color information

#613D2C (or 0x613D2C) is known color: Cioccolato. HEX triplet: 61, 3D and 2C. RGB value is (97,61,44). Sum of RGB (Red+Green+Blue) = 97+61+44=202 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.02% from 202); Green value is 61 (24.22% from 255 or 30.20% from 202); Blue value is 44 (17.58% from 255 or 21.78% from 202); Max value from RGB is 97 - color contains mainly: red. Hex color #613D2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613D2C is #9EC2D3. Grayscale: #454545. Windows color (decimal): -10404564 or 2899297. OLE color: 2899297.

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

Color convert

RGB 97 61 44 -
CMYK 0 0.37 0.55 0.62
HSL 19.25º 0.38% 0.28% -
HSV(B) 19.25º 0.55% 0.38% -
XYZ 7.05 6.06 3.18 -
YUV 69.83 113.43 147.38 -
System Red Green Blue C M Y K H S L
Decimal 97 61 44 0 0.37 0.55 0.62 19.25 0.38 0.28
Hex 61 3D 2C 0 25 37 3E 13 26 1C
Octal 141 75 54 0 45 67 76 23 46 34
Binary 1100001 111101 101100 0 100101 110111 111110 10011 100110 11100

Color Harmonies of #613D2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613D2C

Black with #613D2C

Text Example


Text Example

White with #613D2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,61,44); }

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

background-color css

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

 a { background-color: rgb(97,61,44); }

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

border-color css

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

 span { border-color: rgb(97,61,44); }

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