Html Css Color HEX #614E41 Cork

📋 copy color: '#614E41'

red 97 ◦ green 78 ◦ blue 65

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

Shades of Cork #614E41

Tints of Cork #614E41

RGB

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

 GREEN value IS 78 (30.86% from 255) = 32.5%

 BLUE value IS 65 (25.78% from 255) = 27.08%

R = 40.42%
G = 32.5%
B = 27.08%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.33

 K value IS 0.62

RGB Variations

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

Color information

#614E41 (or 0x614E41) is known color: Cork. HEX triplet: 61, 4E and 41. RGB value is (97,78,65). Sum of RGB (Red+Green+Blue) = 97+78+65=240 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.42% from 240); Green value is 78 (30.86% from 255 or 32.5% from 240); Blue value is 65 (25.78% from 255 or 27.08% from 240); Max value from RGB is 97 - color contains mainly: red. Hex color #614E41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #614E41 is #9EB1BE. Grayscale: #525252. Windows color (decimal): -10400191 or 4279905. OLE color: 4279905.

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

Color convert

RGB 97 78 65 -
CMYK 0 0.20 0.33 0.62
HSL 24.38º 0.2% 0.32% -
HSV(B) 24.38º 0.33% 0.38% -
XYZ 8.61 8.37 6.16 -
YUV 82.2 118.29 138.56 -
System Red Green Blue C M Y K H S L
Decimal 97 78 65 0 0.20 0.33 0.62 24.38 0.2 0.32
Hex 61 4E 41 0 14 21 3E 18 14 20
Octal 141 116 101 0 24 41 76 30 24 40
Binary 1100001 1001110 1000001 0 10100 100001 111110 11000 10100 100000

Color Harmonies of #614E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614E41

Black with #614E41

Text Example


Text Example

White with #614E41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,78,65); }

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

background-color css

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

 a { background-color: rgb(97,78,65); }

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

border-color css

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

 span { border-color: rgb(97,78,65); }

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