Html Css Color HEX #614B3E Cork

📋 copy color: '#614B3E'

red 97 ◦ green 75 ◦ blue 62

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

Shades of Cork #614B3E

Tints of Cork #614B3E

RGB

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

 GREEN value IS 75 (29.69% from 255) = 32.05%

 BLUE value IS 62 (24.61% from 255) = 26.5%

R = 41.45%
G = 32.05%
B = 26.5%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.36

 K value IS 0.62

RGB Variations

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

Color information

#614B3E (or 0x614B3E) is known color: Cork. HEX triplet: 61, 4B and 3E. RGB value is (97,75,62). Sum of RGB (Red+Green+Blue) = 97+75+62=234 (30% of max value = 765). Red value is 97 (38.28% from 255 or 41.45% from 234); Green value is 75 (29.69% from 255 or 32.05% from 234); Blue value is 62 (24.61% from 255 or 26.50% from 234); Max value from RGB is 97 - color contains mainly: red. Hex color #614B3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614B3E is #9EB4C1. Grayscale: #505050. Windows color (decimal): -10400962 or 4082529. OLE color: 4082529.

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

Color convert

RGB 97 75 62 -
CMYK 0 0.23 0.36 0.62
HSL 22.29º 0.22% 0.31% -
HSV(B) 22.29º 0.36% 0.38% -
XYZ 8.32 7.92 5.65 -
YUV 80.1 117.79 140.06 -
System Red Green Blue C M Y K H S L
Decimal 97 75 62 0 0.23 0.36 0.62 22.29 0.22 0.31
Hex 61 4B 3E 0 17 24 3E 16 16 1F
Octal 141 113 76 0 27 44 76 26 26 37
Binary 1100001 1001011 111110 0 10111 100100 111110 10110 10110 11111

Color Harmonies of #614B3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614B3E

Black with #614B3E

Text Example


Text Example

White with #614B3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,75,62); }

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

background-color css

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

 a { background-color: rgb(97,75,62); }

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

border-color css

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

 span { border-color: rgb(97,75,62); }

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