Html Css Color HEX #614D40 Cork

📋 copy color: '#614D40'

red 97 ◦ green 77 ◦ blue 64

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

Shades of Cork #614D40

Tints of Cork #614D40

RGB

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

 GREEN value IS 77 (30.47% from 255) = 32.35%

 BLUE value IS 64 (25.39% from 255) = 26.89%

R = 40.76%
G = 32.35%
B = 26.89%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.34

 K value IS 0.62

RGB Variations

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

Color information

#614D40 (or 0x614D40) is known color: Cork. HEX triplet: 61, 4D and 40. RGB value is (97,77,64). Sum of RGB (Red+Green+Blue) = 97+77+64=238 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.76% from 238); Green value is 77 (30.47% from 255 or 32.35% from 238); Blue value is 64 (25.39% from 255 or 26.89% from 238); Max value from RGB is 97 - color contains mainly: red. Hex color #614D40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #614D40 is #9EB2BF. Grayscale: #515151. Windows color (decimal): -10400448 or 4214113. OLE color: 4214113.

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

Color convert

RGB 97 77 64 -
CMYK 0 0.21 0.34 0.62
HSL 23.64º 0.2% 0.32% -
HSV(B) 23.64º 0.34% 0.38% -
XYZ 8.51 8.22 5.99 -
YUV 81.5 118.13 139.06 -
System Red Green Blue C M Y K H S L
Decimal 97 77 64 0 0.21 0.34 0.62 23.64 0.2 0.32
Hex 61 4D 40 0 15 22 3E 18 14 20
Octal 141 115 100 0 25 42 76 30 24 40
Binary 1100001 1001101 1000000 0 10101 100010 111110 11000 10100 100000

Color Harmonies of #614D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614D40

Black with #614D40

Text Example


Text Example

White with #614D40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614D40; }

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

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

background-color css

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

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

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

border-color css

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

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

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