Html Css Color HEX #613D2F Cioccolato

📋 copy color: '#613D2F'

red 97 ◦ green 61 ◦ blue 47

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

Shades of Cioccolato #613D2F

Tints of Cioccolato #613D2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 22.93%

R = 47.32%
G = 29.76%
B = 22.93%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.52

 K value IS 0.62

RGB Variations

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

Color information

#613D2F (or 0x613D2F) is known color: Cioccolato. HEX triplet: 61, 3D and 2F. RGB value is (97,61,47). Sum of RGB (Red+Green+Blue) = 97+61+47=205 (27% of max value = 765). Red value is 97 (38.28% from 255 or 47.32% from 205); Green value is 61 (24.22% from 255 or 29.76% from 205); Blue value is 47 (18.75% from 255 or 22.93% from 205); Max value from RGB is 97 - color contains mainly: red. Hex color #613D2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613D2F is #9EC2D0. Grayscale: #464646. Windows color (decimal): -10404561 or 3095905. OLE color: 3095905.

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

Color convert

RGB 97 61 47 -
CMYK 0 0.37 0.52 0.62
HSL 16.8º 0.35% 0.28% -
HSV(B) 16.8º 0.52% 0.38% -
XYZ 7.11 6.08 3.49 -
YUV 70.17 114.93 147.14 -
System Red Green Blue C M Y K H S L
Decimal 97 61 47 0 0.37 0.52 0.62 16.8 0.35 0.28
Hex 61 3D 2F 0 25 34 3E 11 23 1C
Octal 141 75 57 0 45 64 76 21 43 34
Binary 1100001 111101 101111 0 100101 110100 111110 10001 100011 11100

Color Harmonies of #613D2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613D2F

Black with #613D2F

Text Example


Text Example

White with #613D2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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