Html Css Color HEX #614C3F Cork

📋 copy color: '#614C3F'

red 97 ◦ green 76 ◦ blue 63

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

Shades of Cork #614C3F

Tints of Cork #614C3F

RGB

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

 GREEN value IS 76 (30.08% from 255) = 32.2%

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

R = 41.1%
G = 32.2%
B = 26.69%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.35

 K value IS 0.62

RGB Variations

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

Color information

#614C3F (or 0x614C3F) is known color: Cork. HEX triplet: 61, 4C and 3F. RGB value is (97,76,63). Sum of RGB (Red+Green+Blue) = 97+76+63=236 (31% of max value = 765). Red value is 97 (38.28% from 255 or 41.10% from 236); Green value is 76 (30.08% from 255 or 32.20% from 236); Blue value is 63 (25% from 255 or 26.69% from 236); Max value from RGB is 97 - color contains mainly: red. Hex color #614C3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614C3F is #9EB3C0. Grayscale: #505050. Windows color (decimal): -10400705 or 4148321. OLE color: 4148321.

HSL color Cylindrical-coordinate representation of color #614C3F: hue angle of 22.94º 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 #614C3F is Cyan = 0, Magento = 0.22, Yellow = 0.35 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 76 63 -
CMYK 0 0.22 0.35 0.62
HSL 22.94º 0.21% 0.31% -
HSV(B) 22.94º 0.35% 0.38% -
XYZ 8.41 8.07 5.82 -
YUV 80.8 117.96 139.56 -
System Red Green Blue C M Y K H S L
Decimal 97 76 63 0 0.22 0.35 0.62 22.94 0.21 0.31
Hex 61 4C 3F 0 16 23 3E 17 15 1F
Octal 141 114 77 0 26 43 76 27 25 37
Binary 1100001 1001100 111111 0 10110 100011 111110 10111 10101 11111

Color Harmonies of #614C3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614C3F

Black with #614C3F

Text Example


Text Example

White with #614C3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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