Html Css Color HEX #614030 Very Dark Brown

📋 copy color: '#614030'

red 97 ◦ green 64 ◦ blue 48

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

Shades of Very Dark Brown #614030

Tints of Very Dark Brown #614030

RGB

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

 GREEN value IS 64 (25.39% from 255) = 30.62%

 BLUE value IS 48 (19.14% from 255) = 22.97%

R = 46.41%
G = 30.62%
B = 22.97%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.51

 K value IS 0.62

RGB Variations

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

Color information

#614030 (or 0x614030) is known color: Very Dark Brown. HEX triplet: 61, 40 and 30. RGB value is (97,64,48). Sum of RGB (Red+Green+Blue) = 97+64+48=209 (27% of max value = 765). Red value is 97 (38.28% from 255 or 46.41% from 209); Green value is 64 (25.39% from 255 or 30.62% from 209); Blue value is 48 (19.14% from 255 or 22.97% from 209); Max value from RGB is 97 - color contains mainly: red. Hex color #614030 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614030 is #9EBFCF. Grayscale: #484848. Windows color (decimal): -10403792 or 3162209. OLE color: 3162209.

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

Color convert

RGB 97 64 48 -
CMYK 0 0.34 0.51 0.62
HSL 19.59º 0.34% 0.28% -
HSV(B) 19.59º 0.51% 0.38% -
XYZ 7.3 6.42 3.65 -
YUV 72.04 114.43 145.8 -
System Red Green Blue C M Y K H S L
Decimal 97 64 48 0 0.34 0.51 0.62 19.59 0.34 0.28
Hex 61 40 30 0 22 33 3E 14 22 1C
Octal 141 100 60 0 42 63 76 24 42 34
Binary 1100001 1000000 110000 0 100010 110011 111110 10100 100010 11100

Color Harmonies of #614030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614030

Black with #614030

Text Example


Text Example

White with #614030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614030; }

 p { color: rgb(97,64,48); }

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

background-color css

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

 a { background-color: rgb(97,64,48); }

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

border-color css

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

 span { border-color: rgb(97,64,48); }

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