Html Css Color HEX #614438 Very Dark Brown

📋 copy color: '#614438'

red 97 ◦ green 68 ◦ blue 56

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

Shades of Very Dark Brown #614438

Tints of Very Dark Brown #614438

RGB

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

 GREEN value IS 68 (26.95% from 255) = 30.77%

 BLUE value IS 56 (22.27% from 255) = 25.34%

R = 43.89%
G = 30.77%
B = 25.34%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.42

 K value IS 0.62

RGB Variations

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

Color information

#614438 (or 0x614438) is known color: Very Dark Brown. HEX triplet: 61, 44 and 38. RGB value is (97,68,56). Sum of RGB (Red+Green+Blue) = 97+68+56=221 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.89% from 221); Green value is 68 (26.95% from 255 or 30.77% from 221); Blue value is 56 (22.27% from 255 or 25.34% from 221); Max value from RGB is 97 - color contains mainly: red. Hex color #614438 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614438 is #9EBBC7. Grayscale: #4B4B4B. Windows color (decimal): -10402760 or 3687521. OLE color: 3687521.

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

Color convert

RGB 97 68 56 -
CMYK 0 0.30 0.42 0.62
HSL 17.56º 0.27% 0.3% -
HSV(B) 17.56º 0.42% 0.38% -
XYZ 7.71 6.96 4.68 -
YUV 75.3 117.11 143.48 -
System Red Green Blue C M Y K H S L
Decimal 97 68 56 0 0.30 0.42 0.62 17.56 0.27 0.3
Hex 61 44 38 0 1E 2A 3E 12 1B 1E
Octal 141 104 70 0 36 52 76 22 33 36
Binary 1100001 1000100 111000 0 11110 101010 111110 10010 11011 11110

Color Harmonies of #614438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614438

Black with #614438

Text Example


Text Example

White with #614438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614438; }

 p { color: rgb(97,68,56); }

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

background-color css

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

 a { background-color: rgb(97,68,56); }

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

border-color css

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

 span { border-color: rgb(97,68,56); }

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