Html Css Color HEX #614338 Very Dark Brown

📋 copy color: '#614338'

red 97 ◦ green 67 ◦ blue 56

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

Shades of Very Dark Brown #614338

Tints of Very Dark Brown #614338

RGB

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

 GREEN value IS 67 (26.56% from 255) = 30.45%

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

R = 44.09%
G = 30.45%
B = 25.45%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.42

 K value IS 0.62

RGB Variations

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

Color information

#614338 (or 0x614338) is known color: Very Dark Brown. HEX triplet: 61, 43 and 38. RGB value is (97,67,56). Sum of RGB (Red+Green+Blue) = 97+67+56=220 (29% of max value = 765). Red value is 97 (38.28% from 255 or 44.09% from 220); Green value is 67 (26.56% from 255 or 30.45% from 220); Blue value is 56 (22.27% from 255 or 25.45% from 220); Max value from RGB is 97 - color contains mainly: red. Hex color #614338 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614338 is #9EBCC7. Grayscale: #4A4A4A. Windows color (decimal): -10403016 or 3687265. OLE color: 3687265.

HSL color Cylindrical-coordinate representation of color #614338: hue angle of 16.1º 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 #614338 is Cyan = 0, Magento = 0.31, Yellow = 0.42 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 67 56 -
CMYK 0 0.31 0.42 0.62
HSL 16.1º 0.27% 0.3% -
HSV(B) 16.1º 0.42% 0.38% -
XYZ 7.65 6.84 4.66 -
YUV 74.72 117.44 143.89 -
System Red Green Blue C M Y K H S L
Decimal 97 67 56 0 0.31 0.42 0.62 16.1 0.27 0.3
Hex 61 43 38 0 1F 2A 3E 10 1B 1E
Octal 141 103 70 0 37 52 76 20 33 36
Binary 1100001 1000011 111000 0 11111 101010 111110 10000 11011 11110

Color Harmonies of #614338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614338

Black with #614338

Text Example


Text Example

White with #614338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614338; }

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

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

background-color css

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

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

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

border-color css

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

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

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