Html Css Color HEX #6E713A Crete

📋 copy color: '#6E713A'

red 110 ◦ green 113 ◦ blue 58

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

Shades of Crete #6E713A

Tints of Crete #6E713A

RGB

 RED value IS 110 (43.36% from 255) = 39.15%

 GREEN value IS 113 (44.53% from 255) = 40.21%

 BLUE value IS 58 (23.05% from 255) = 20.64%

R = 39.15%
G = 40.21%
B = 20.64%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.49

 K value IS 0.56

RGB Variations

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

Color information

#6E713A (or 0x6E713A) is known color: Crete. HEX triplet: 6E, 71 and 3A. RGB value is (110,113,58). Sum of RGB (Red+Green+Blue) = 110+113+58=281 (37% of max value = 765). Red value is 110 (43.36% from 255 or 39.15% from 281); Green value is 113 (44.53% from 255 or 40.21% from 281); Blue value is 58 (23.05% from 255 or 20.64% from 281); Max value from RGB is 113 - color contains mainly: green. Hex color #6E713A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E713A is #918EC5. Grayscale: #6A6A6A. Windows color (decimal): -9539270 or 3830126. OLE color: 3830126.

HSL color Cylindrical-coordinate representation of color #6E713A: hue angle of 63.27º degrees, saturation: 0.32, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6E713A is Cyan = 0.03, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.56.

Color convert

RGB 110 113 58 -
CMYK 0.03 0 0.49 0.56
HSL 63.27º 0.32% 0.34% -
HSV(B) 63.27º 0.49% 0.44% -
XYZ 13.1 15.43 6.29 -
YUV 105.83 101.01 130.97 -
System Red Green Blue C M Y K H S L
Decimal 110 113 58 0.03 0 0.49 0.56 63.27 0.32 0.34
Hex 6E 71 3A 3 0 31 38 3F 20 22
Octal 156 161 72 3 0 61 70 77 40 42
Binary 1101110 1110001 111010 11 0 110001 111000 111111 100000 100010

Color Harmonies of #6E713A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E713A

Black with #6E713A

Text Example


Text Example

White with #6E713A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6E713A; }

 p { color: rgb(110,113,58); }

 H1.HeaderClassName
 {
   color: #6E713A;
 }
 .AnyTagClassName
 {
   color: #6E713A;
 }
</style>

background-color css

<style>
 a { background-color: #6E713A; }

 a { background-color: rgb(110,113,58); }

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

border-color css

<style>
 span { border-color: #6E713A; }

 span { border-color: rgb(110,113,58); }

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