Html Css Color HEX #613C2B Cioccolato

📋 copy color: '#613C2B'

red 97 ◦ green 60 ◦ blue 43

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

Shades of Cioccolato #613C2B

Tints of Cioccolato #613C2B

RGB

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

 GREEN value IS 60 (23.83% from 255) = 30%

 BLUE value IS 43 (17.19% from 255) = 21.5%

R = 48.5%
G = 30%
B = 21.5%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.56

 K value IS 0.62

RGB Variations

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

Color information

#613C2B (or 0x613C2B) is known color: Cioccolato. HEX triplet: 61, 3C and 2B. RGB value is (97,60,43). Sum of RGB (Red+Green+Blue) = 97+60+43=200 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.5% from 200); Green value is 60 (23.83% from 255 or 30% from 200); Blue value is 43 (17.19% from 255 or 21.5% from 200); Max value from RGB is 97 - color contains mainly: red. Hex color #613C2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613C2B is #9EC3D4. Grayscale: #454545. Windows color (decimal): -10404821 or 2833505. OLE color: 2833505.

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

Color convert

RGB 97 60 43 -
CMYK 0 0.38 0.56 0.62
HSL 18.89º 0.39% 0.27% -
HSV(B) 18.89º 0.56% 0.38% -
XYZ 6.98 5.95 3.07 -
YUV 69.13 113.26 147.88 -
System Red Green Blue C M Y K H S L
Decimal 97 60 43 0 0.38 0.56 0.62 18.89 0.39 0.27
Hex 61 3C 2B 0 26 38 3E 13 27 1B
Octal 141 74 53 0 46 70 76 23 47 33
Binary 1100001 111100 101011 0 100110 111000 111110 10011 100111 11011

Color Harmonies of #613C2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613C2B

Black with #613C2B

Text Example


Text Example

White with #613C2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,60,43); }

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

background-color css

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

 a { background-color: rgb(97,60,43); }

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

border-color css

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

 span { border-color: rgb(97,60,43); }

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