Html Css Color HEX #614D3F Cork

📋 copy color: '#614D3F'

red 97 ◦ green 77 ◦ blue 63

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

Shades of Cork #614D3F

Tints of Cork #614D3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 26.58%

R = 40.93%
G = 32.49%
B = 26.58%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.35

 K value IS 0.62

RGB Variations

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

Color information

#614D3F (or 0x614D3F) is known color: Cork. HEX triplet: 61, 4D and 3F. RGB value is (97,77,63). Sum of RGB (Red+Green+Blue) = 97+77+63=237 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.93% from 237); Green value is 77 (30.47% from 255 or 32.49% from 237); Blue value is 63 (25% from 255 or 26.58% from 237); Max value from RGB is 97 - color contains mainly: red. Hex color #614D3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #614D3F is #9EB2C0. Grayscale: #515151. Windows color (decimal): -10400449 or 4148577. OLE color: 4148577.

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

Color convert

RGB 97 77 63 -
CMYK 0 0.21 0.35 0.62
HSL 24.71º 0.21% 0.31% -
HSV(B) 24.71º 0.35% 0.38% -
XYZ 8.48 8.21 5.84 -
YUV 81.38 117.63 139.14 -
System Red Green Blue C M Y K H S L
Decimal 97 77 63 0 0.21 0.35 0.62 24.71 0.21 0.31
Hex 61 4D 3F 0 15 23 3E 19 15 1F
Octal 141 115 77 0 25 43 76 31 25 37
Binary 1100001 1001101 111111 0 10101 100011 111110 11001 10101 11111

Color Harmonies of #614D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614D3F

Black with #614D3F

Text Example


Text Example

White with #614D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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