Html Css Color HEX #613A2B Cioccolato

📋 copy color: '#613A2B'

red 97 ◦ green 58 ◦ blue 43

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

Shades of Cioccolato #613A2B

Tints of Cioccolato #613A2B

RGB

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

 GREEN value IS 58 (23.05% from 255) = 29.29%

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

R = 48.99%
G = 29.29%
B = 21.72%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.56

 K value IS 0.62

RGB Variations

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

Color information

#613A2B (or 0x613A2B) is known color: Cioccolato. HEX triplet: 61, 3A and 2B. RGB value is (97,58,43). Sum of RGB (Red+Green+Blue) = 97+58+43=198 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.99% from 198); Green value is 58 (23.05% from 255 or 29.29% from 198); Blue value is 43 (17.19% from 255 or 21.72% from 198); Max value from RGB is 97 - color contains mainly: red. Hex color #613A2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613A2B is #9EC5D4. Grayscale: #444444. Windows color (decimal): -10405333 or 2832993. OLE color: 2832993.

HSL color Cylindrical-coordinate representation of color #613A2B: hue angle of 16.67º 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 #613A2B is Cyan = 0, Magento = 0.40, Yellow = 0.56 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 58 43 -
CMYK 0 0.40 0.56 0.62
HSL 16.67º 0.39% 0.27% -
HSV(B) 16.67º 0.56% 0.38% -
XYZ 6.88 5.74 3.03 -
YUV 67.95 113.92 148.72 -
System Red Green Blue C M Y K H S L
Decimal 97 58 43 0 0.40 0.56 0.62 16.67 0.39 0.27
Hex 61 3A 2B 0 28 38 3E 11 27 1B
Octal 141 72 53 0 50 70 76 21 47 33
Binary 1100001 111010 101011 0 101000 111000 111110 10001 100111 11011

Color Harmonies of #613A2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613A2B

Black with #613A2B

Text Example


Text Example

White with #613A2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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